Shades of Iris Blue #06B0DB
Tints of Iris Blue #06B0DB
RGB
CMYK
RGB Variations
Color information
#06B0DB (or 0x06B0DB) is known color: Iris Blue. HEX triplet: 06, B0 and DB. RGB value is (6,176,219). Sum of RGB (Red+Green+Blue) = 6+176+219=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #06B0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B0DB is #F94F24. Grayscale: #818181. Windows color (decimal): -16338725 or 14397446. OLE color: 14397446.
HSL color Cylindrical-coordinate representation of color #06B0DB: hue angle of 192.11º 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 #06B0DB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 176 | 219 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.14 |
| HSL | 192.11º | 0.95% | 0.44% | - |
| HSV(B) | 192.11º | 0.97% | 0.86% | - |
| XYZ | 28.39 | 36.2 | 72.51 | - |
| YUV | 130.07 | 178.18 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 176 | 219 | 0.97 | 0.20 | 0 | 0.14 | 192.11 | 0.95 | 0.44 |
| Hex | 6 | B0 | DB | 61 | 14 | 0 | E | C0 | 5F | 2C |
| Octal | 6 | 260 | 333 | 141 | 24 | 0 | 16 | 300 | 137 | 54 |
| Binary | 110 | 10110000 | 11011011 | 1100001 | 10100 | 0 | 1110 | 11000000 | 1011111 | 101100 |
Color Harmonies of #06B0DB
Complementary color
Monochromatic Colors of #06B0DB
Black with #06B0DB
Text Example
Text Example
White with #06B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B0DB; }
p { color: rgb(6,176,219); }
H1.HeaderClassName
{
color: #06B0DB;
}
.AnyTagClassName
{
color: #06B0DB;
}
</style>
background-color css
<style>
a { background-color: #06B0DB; }
a { background-color: rgb(6,176,219); }
div.DivClassName
{
background-color: #06B0DB;
}
.BgClassName
{
background-color: #06B0DB;
}
</style>
border-color css
<style>
span { border-color: #06B0DB; }
span { border-color: rgb(6,176,219); }
td.TdClassName
{
border-color: #06B0DB;
}
.TagClassName
{
border-color: #06B0DB;
}
</style>