#06B4C3

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

Shades of Iris Blue #06B4C3

Tints of Iris Blue #06B4C3

Color information

#06B4C3 (or 0x06B4C3) is unknown color: approx Iris Blue. HEX triplet: 06, B4 and C3. RGB value is (6,180,195). Sum of RGB (Red+Green+Blue) = 6+180+195=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #06B4C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B4C3 is #F94B3C. Grayscale: #818181. Windows color (decimal): -16337725 or 12825606. OLE color: 12825606.

HSL color Cylindrical-coordinate representation of color #06B4C3: hue angle of 184.76º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B4C3 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6180195-
CMYK0.970.0800.24
HSL184.76º94.03%39.41%-
HSV(B)184.76º96.92%76.47%-
XYZ26.2536.6257.32-
YUV129.68164.8539.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.57%
GREEN value IS 180 (70.70% from 255) = 47.24%
BLUE value IS 195 (76.56% from 255) = 51.18%
R=1.57%
G=47.24%
B=51.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61801950.970.0800.24184.7694.0339.41
Hex6B4C3618018b95e27
Octal62643031411003027113647
Binary110101101001100001111000011000011000101110011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,180,195); }

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

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

 a { background-color: rgb(6,180,195); }

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

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

 span { border-color: rgb(6,180,195); }

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