Shades of Iris Blue #06C0BD
Tints of Iris Blue #06C0BD
RGB
CMYK
RGB Variations
Color information
#06C0BD (or 0x06C0BD) is known color: Iris Blue. HEX triplet: 06, C0 and BD. RGB value is (6,192,189). Sum of RGB (Red+Green+Blue) = 6+192+189=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #06C0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C0BD is #F93F42. Grayscale: #878787. Windows color (decimal): -16334659 or 12435462. OLE color: 12435462.
HSL color Cylindrical-coordinate representation of color #06C0BD: hue angle of 179.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C0BD is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 189 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.25 |
| HSL | 179.03º | 0.94% | 0.39% | - |
| HSV(B) | 179.03º | 0.97% | 0.75% | - |
| XYZ | 28.11 | 41.41 | 54.66 | - |
| YUV | 136.04 | 157.88 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 189 | 0.97 | 0 | 0.02 | 0.25 | 179.03 | 0.94 | 0.39 |
| Hex | 6 | C0 | BD | 61 | 0 | 2 | 19 | B3 | 5E | 27 |
| Octal | 6 | 300 | 275 | 141 | 0 | 2 | 31 | 263 | 136 | 47 |
| Binary | 110 | 11000000 | 10111101 | 1100001 | 0 | 10 | 11001 | 10110011 | 1011110 | 100111 |
Color Harmonies of #06C0BD
Complementary color
Monochromatic Colors of #06C0BD
Black with #06C0BD
Text Example
Text Example
White with #06C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C0BD; }
p { color: rgb(6,192,189); }
H1.HeaderClassName
{
color: #06C0BD;
}
.AnyTagClassName
{
color: #06C0BD;
}
</style>
background-color css
<style>
a { background-color: #06C0BD; }
a { background-color: rgb(6,192,189); }
div.DivClassName
{
background-color: #06C0BD;
}
.BgClassName
{
background-color: #06C0BD;
}
</style>
border-color css
<style>
span { border-color: #06C0BD; }
span { border-color: rgb(6,192,189); }
td.TdClassName
{
border-color: #06C0BD;
}
.TagClassName
{
border-color: #06C0BD;
}
</style>