Shades of Iris Blue #06B1DB
Tints of Iris Blue #06B1DB
RGB
CMYK
RGB Variations
Color information
#06B1DB (or 0x06B1DB) is known color: Iris Blue. HEX triplet: 06, B1 and DB. RGB value is (6,177,219). Sum of RGB (Red+Green+Blue) = 6+177+219=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #06B1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B1DB is #F94E24. Grayscale: #828282. Windows color (decimal): -16338469 or 14397702. OLE color: 14397702.
HSL color Cylindrical-coordinate representation of color #06B1DB: hue angle of 191.83º 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 #06B1DB is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 177 | 219 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.14 |
| HSL | 191.83º | 0.95% | 0.44% | - |
| HSV(B) | 191.83º | 0.97% | 0.86% | - |
| XYZ | 28.58 | 36.6 | 72.58 | - |
| YUV | 130.66 | 177.85 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 177 | 219 | 0.97 | 0.19 | 0 | 0.14 | 191.83 | 0.95 | 0.44 |
| Hex | 6 | B1 | DB | 61 | 13 | 0 | E | C0 | 5F | 2C |
| Octal | 6 | 261 | 333 | 141 | 23 | 0 | 16 | 300 | 137 | 54 |
| Binary | 110 | 10110001 | 11011011 | 1100001 | 10011 | 0 | 1110 | 11000000 | 1011111 | 101100 |
Color Harmonies of #06B1DB
Complementary color
Monochromatic Colors of #06B1DB
Black with #06B1DB
Text Example
Text Example
White with #06B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B1DB; }
p { color: rgb(6,177,219); }
H1.HeaderClassName
{
color: #06B1DB;
}
.AnyTagClassName
{
color: #06B1DB;
}
</style>
background-color css
<style>
a { background-color: #06B1DB; }
a { background-color: rgb(6,177,219); }
div.DivClassName
{
background-color: #06B1DB;
}
.BgClassName
{
background-color: #06B1DB;
}
</style>
border-color css
<style>
span { border-color: #06B1DB; }
span { border-color: rgb(6,177,219); }
td.TdClassName
{
border-color: #06B1DB;
}
.TagClassName
{
border-color: #06B1DB;
}
</style>