#06B1B6

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

Shades of Iris Blue #06B1B6

Tints of Iris Blue #06B1B6

Color information

#06B1B6 (or 0x06B1B6) is unknown color: approx Iris Blue. HEX triplet: 06, B1 and B6. RGB value is (6,177,182). Sum of RGB (Red+Green+Blue) = 6+177+182=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #06B1B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B1B6 is #F94E49. Grayscale: #7E7E7E. Windows color (decimal): -16338506 or 11972870. OLE color: 11972870.

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

Color convert

RGB6177182-
CMYK0.970.0300.29
HSL181.7º93.62%36.86%-
HSV(B)181.7º96.7%71.37%-
XYZ24.2434.8649.71-
YUV126.44159.3542.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.64%
GREEN value IS 177 (69.53% from 255) = 48.49%
BLUE value IS 182 (71.48% from 255) = 49.86%
R=1.64%
G=48.49%
B=49.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61771820.970.0300.29181.793.6236.86
Hex6B1B661301Db65e25
Octal6261266141303526613645
Binary1101011000110110110110000111011101101101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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