COLOR #06B2E7

HEX: #06B2E7
RGB: (6,178,231)

Color info

#06B2E7 contains mainly green and blue colors. Web safe color of #06B2E7 is #0099FF (or #09F).

RGB color model

#06B2E7 color RGB value is (6,178,231).

  • red value is 6;
  • green value is 178;
  • blue value is 231.
RGB:
(6,178,231)
(2%,70%,91%)

RGB channels and saturation

R 6 of 255 = 2%
G 178 of 255 = 70%
B 231 of 255 = 91%

6
178
231

R + G + B ~ 54%. #06B2E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 178 + 231 = 415 (100%)
R 6 of 415 ~ 1.45%
G 178 of 415 ~ 42.89%
B 231 of 415 ~ 55.66%

%42.89
%55.66

CMYK color model

#06B2E7 color CMYK value is (97,23,0,9).

  • cyan value is 97.40%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(97,23,0,9)
C97M23Y0K9 
(97%,23%,0%,9%)
(0.97/0.23/0.00/0.09)	

CMYK percentages

%97.4
%22.94
%0
%9.41

Codes

Color #06B2E7 in popluar color models

06B2E7
RGB6178231
HSL194°94.94%46.47%
HSB/HSV194°97.40%90.59%
CMYK97.40%22.94%0.00%
9.41%

Color #06B2E7 in popluar number systems.

HEX06B2E7
Decimal6178231
Binary1101011001011100111
Octal6262347

Shades and tints

Shades of #06B2E7

#06B2E7
(6,178,231)
#06A2D2
(6,162,210)
#0692BD
(6,146,189)
#0682A8
(6,130,168)
#067293
(6,114,147)
#06627E
(6,98,126)
#065269
(6,82,105)
#064254
(6,66,84)
#06323F
(6,50,63)
#06222A
(6,34,42)
#061215
(6,18,21)
#000000
(0,0,0)

Tints of #06B2E7

#06B2E7
(6,178,231)
#1CB9E9
(28,185,233)
#32C0EB
(50,192,235)
#48C7ED
(72,199,237)
#5ECEEF
(94,206,239)
#74D5F1
(116,213,241)
#8ADCF3
(138,220,243)
#A0E3F5
(160,227,245)
#B6EAF7
(182,234,247)
#CCF1F9
(204,241,249)
#E2F8FB
(226,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06B2E7 color. Also use rgb(6,178,231) instead hex code.

Text Font Color

.myTextColor { color: #06B2E7; }

<p style="color:#06B2E7">This sample text font color is #06B2E7.</p>

This text font color is #06B2E7.


Background Color

.myBgColor { background-color: #06B2E7; }

<div style="background-color:#06B2E7">Inner text</div>

This div background color is #06B2E7.


Border color

.myBorderColor { border: 1px solid #06B2E7; }

<div style="border:3px solid #06B2E7">Div</div>

This div border color is #06B2E7.


Opacity

.myOpacity80 { color: #06B2E7; opacity: 0.8; }

<p style="color:#06B2E7;opacity:0.8;">80%</p>

Text with #06B2E7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06B2E7;}

<p style="text-shadow: 3px 3px 1px #06B2E7">Text here.</p>

This text has shadow with #06B2E7 color.

.textShadow {text-shadow: 3px 3px 1px #06B2E7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06B2E7, 5px 5px 20px red">Text here.</p>

This text has shadow with #06B2E7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06B2E7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06B2E7, Direction=45, Strength=4)">Text</p>

This text has shadow with #06B2E7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06B2E7;
  -webkit-box-shadow:	1px 1px 3px 2px #06B2E7;
  box-shadow:		1px 1px 3px 2px #06B2E7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06B2E7;
-webkit-box-shadow: 1px 1px 3px 2px #06B2E7;
box-shadow:1px 1px 3px 2px #06B2E7;">
Div content here</div>
This div box has shadow with color #06B2E7.

Preview

Color preview on black background

This text has color #06B2E7 on black background.


Color preview on white background

This text has color #06B2E7 on white background.



Black color preview on #06B2E7 background

This text has black color on #06B2E7 background.


White color preview on #06B2E7 background

This text has white color on #06B2E7 background.