#06B7B6

Color #06B7B6 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #06B7B6

Tints of Iris Blue #06B7B6

Color information

#06B7B6 (or 0x06B7B6) is unknown color: approx Iris Blue. HEX triplet: 06, B7 and B6. RGB value is (6,183,182). Sum of RGB (Red+Green+Blue) = 6+183+182=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #06B7B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B7B6 is #F94849. Grayscale: #818181. Windows color (decimal): -16336970 or 11974406. OLE color: 11974406.

HSL color Cylindrical-coordinate representation of color #06B7B6: hue angle of 179.66º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B7B6 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB6183182-
CMYK0.9700.010.28
HSL179.66º93.65%37.06%-
HSV(B)179.66º96.72%71.76%-
XYZ25.4537.2850.11-
YUV129.96157.3639.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.62%
GREEN value IS 183 (71.88% from 255) = 49.33%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=1.62%
G=49.33%
B=49.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61831820.9700.010.28179.6693.6537.06
Hex6B7B661011Cb45e25
Octal6267266141013426413645
Binary110101101111011011011000010111100101101001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B7B6; }

 p { color: rgb(6,183,182); }

 H1.HeaderClassName
 {
   color: #06B7B6;
 }
 .AnyTagClassName
 {
   color: #06B7B6;
 }
</style>
background-color css

<style>
 a { background-color: #06B7B6; }

 a { background-color: rgb(6,183,182); }

 div.DivClassName
 {
   background-color: #06B7B6;
 }
 .BgClassName
 {
   background-color: #06B7B6;
 }
</style>
border-color css

<style>
 span { border-color: #06B7B6; }

 span { border-color: rgb(6,183,182); }

 td.TdClassName
 {
   border-color: #06B7B6;
 }
 .TagClassName
 {
   border-color: #06B7B6;
 }
</style>