Shades of Iris Blue #06B0DD
Tints of Iris Blue #06B0DD
RGB
CMYK
RGB Variations
Color information
#06B0DD (or 0x06B0DD) is known color: Iris Blue. HEX triplet: 06, B0 and DD. RGB value is (6,176,221). Sum of RGB (Red+Green+Blue) = 6+176+221=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #06B0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B0DD is #F94F22. Grayscale: #818181. Windows color (decimal): -16338723 or 14528518. OLE color: 14528518.
HSL color Cylindrical-coordinate representation of color #06B0DD: hue angle of 192.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B0DD is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 176 | 221 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.13 |
| HSL | 192.56º | 0.95% | 0.45% | - |
| HSV(B) | 192.56º | 0.97% | 0.87% | - |
| XYZ | 28.65 | 36.31 | 73.91 | - |
| YUV | 130.3 | 179.18 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 176 | 221 | 0.97 | 0.20 | 0 | 0.13 | 192.56 | 0.95 | 0.45 |
| Hex | 6 | B0 | DD | 61 | 14 | 0 | D | C1 | 5F | 2D |
| Octal | 6 | 260 | 335 | 141 | 24 | 0 | 15 | 301 | 137 | 55 |
| Binary | 110 | 10110000 | 11011101 | 1100001 | 10100 | 0 | 1101 | 11000001 | 1011111 | 101101 |
Color Harmonies of #06B0DD
Complementary color
Monochromatic Colors of #06B0DD
Black with #06B0DD
Text Example
Text Example
White with #06B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B0DD; }
p { color: rgb(6,176,221); }
H1.HeaderClassName
{
color: #06B0DD;
}
.AnyTagClassName
{
color: #06B0DD;
}
</style>
background-color css
<style>
a { background-color: #06B0DD; }
a { background-color: rgb(6,176,221); }
div.DivClassName
{
background-color: #06B0DD;
}
.BgClassName
{
background-color: #06B0DD;
}
</style>
border-color css
<style>
span { border-color: #06B0DD; }
span { border-color: rgb(6,176,221); }
td.TdClassName
{
border-color: #06B0DD;
}
.TagClassName
{
border-color: #06B0DD;
}
</style>