#06B9C6

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

Shades of Iris Blue #06B9C6

Tints of Iris Blue #06B9C6

Color information

#06B9C6 (or 0x06B9C6) is unknown color: approx Iris Blue. HEX triplet: 06, B9 and C6. RGB value is (6,185,198). Sum of RGB (Red+Green+Blue) = 6+185+198=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #06B9C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B9C6 is #F94639. Grayscale: #848484. Windows color (decimal): -16336442 or 13023494. OLE color: 13023494.

HSL color Cylindrical-coordinate representation of color #06B9C6: hue angle of 184.06º 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 #06B9C6 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6185198-
CMYK0.970.0700.22
HSL184.06º94.12%40%-
HSV(B)184.06º96.97%77.65%-
XYZ27.6238.8159.46-
YUV132.96164.737.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.54%
GREEN value IS 185 (72.66% from 255) = 47.56%
BLUE value IS 198 (77.73% from 255) = 50.90%
R=1.54%
G=47.56%
B=50.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61851980.970.0700.22184.0694.1240
Hex6B9C6617016b85e28
Octal6271306141702627013650
Binary11010111001110001101100001111010110101110001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,185,198); }

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

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

 a { background-color: rgb(6,185,198); }

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

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

 span { border-color: rgb(6,185,198); }

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