Shades of Iris Blue #06B1DC
Tints of Iris Blue #06B1DC
RGB
CMYK
RGB Variations
Color information
#06B1DC (or 0x06B1DC) is known color: Iris Blue. HEX triplet: 06, B1 and DC. RGB value is (6,177,220). Sum of RGB (Red+Green+Blue) = 6+177+220=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #06B1DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B1DC is #F94E23. Grayscale: #828282. Windows color (decimal): -16338468 or 14463238. OLE color: 14463238.
HSL color Cylindrical-coordinate representation of color #06B1DC: hue angle of 192.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B1DC is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 177 | 220 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.14 |
| HSL | 192.06º | 0.95% | 0.44% | - |
| HSV(B) | 192.06º | 0.97% | 0.86% | - |
| XYZ | 28.72 | 36.65 | 73.27 | - |
| YUV | 130.77 | 178.35 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 177 | 220 | 0.97 | 0.20 | 0 | 0.14 | 192.06 | 0.95 | 0.44 |
| Hex | 6 | B1 | DC | 61 | 14 | 0 | E | C0 | 5F | 2C |
| Octal | 6 | 261 | 334 | 141 | 24 | 0 | 16 | 300 | 137 | 54 |
| Binary | 110 | 10110001 | 11011100 | 1100001 | 10100 | 0 | 1110 | 11000000 | 1011111 | 101100 |
Color Harmonies of #06B1DC
Complementary color
Monochromatic Colors of #06B1DC
Black with #06B1DC
Text Example
Text Example
White with #06B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B1DC; }
p { color: rgb(6,177,220); }
H1.HeaderClassName
{
color: #06B1DC;
}
.AnyTagClassName
{
color: #06B1DC;
}
</style>
background-color css
<style>
a { background-color: #06B1DC; }
a { background-color: rgb(6,177,220); }
div.DivClassName
{
background-color: #06B1DC;
}
.BgClassName
{
background-color: #06B1DC;
}
</style>
border-color css
<style>
span { border-color: #06B1DC; }
span { border-color: rgb(6,177,220); }
td.TdClassName
{
border-color: #06B1DC;
}
.TagClassName
{
border-color: #06B1DC;
}
</style>