#06B6C7

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

Shades of Iris Blue #06B6C7

Tints of Iris Blue #06B6C7

Color information

#06B6C7 (or 0x06B6C7) is unknown color: approx Iris Blue. HEX triplet: 06, B6 and C7. RGB value is (6,182,199). Sum of RGB (Red+Green+Blue) = 6+182+199=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #06B6C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B6C7 is #F94938. Grayscale: #838383. Windows color (decimal): -16337209 or 13088262. OLE color: 13088262.

HSL color Cylindrical-coordinate representation of color #06B6C7: hue angle of 185.28º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B6C7 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6182199-
CMYK0.970.0900.22
HSL185.28º94.15%40.2%-
HSV(B)185.28º96.98%78.04%-
XYZ27.1137.6259.86-
YUV131.31166.1938.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.55%
GREEN value IS 182 (71.48% from 255) = 47.03%
BLUE value IS 199 (78.12% from 255) = 51.42%
R=1.55%
G=47.03%
B=51.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61821990.970.0900.22185.2894.1540.2
Hex6B6C7619016b95e28
Octal62663071411102627113650
Binary110101101101100011111000011001010110101110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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