Shades of Iris Blue #06C0C3
Tints of Iris Blue #06C0C3
RGB
CMYK
RGB Variations
Color information
#06C0C3 (or 0x06C0C3) is known color: Iris Blue. HEX triplet: 06, C0 and C3. RGB value is (6,192,195). Sum of RGB (Red+Green+Blue) = 6+192+195=393 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #06C0C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C0C3 is #F93F3C. Grayscale: #888888. Windows color (decimal): -16334653 or 12828678. OLE color: 12828678.
HSL color Cylindrical-coordinate representation of color #06C0C3: hue angle of 180.95º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C0C3 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 192 | 195 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.24 |
| HSL | 180.95º | 0.94% | 0.39% | - |
| HSV(B) | 180.95º | 0.97% | 0.76% | - |
| XYZ | 28.78 | 41.68 | 58.16 | - |
| YUV | 136.73 | 160.88 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 195 | 0.97 | 0.02 | 0 | 0.24 | 180.95 | 0.94 | 0.39 |
| Hex | 6 | C0 | C3 | 61 | 2 | 0 | 18 | B5 | 5E | 27 |
| Octal | 6 | 300 | 303 | 141 | 2 | 0 | 30 | 265 | 136 | 47 |
| Binary | 110 | 11000000 | 11000011 | 1100001 | 10 | 0 | 11000 | 10110101 | 1011110 | 100111 |
Color Harmonies of #06C0C3
Complementary color
Monochromatic Colors of #06C0C3
Black with #06C0C3
Text Example
Text Example
White with #06C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C0C3; }
p { color: rgb(6,192,195); }
H1.HeaderClassName
{
color: #06C0C3;
}
.AnyTagClassName
{
color: #06C0C3;
}
</style>
background-color css
<style>
a { background-color: #06C0C3; }
a { background-color: rgb(6,192,195); }
div.DivClassName
{
background-color: #06C0C3;
}
.BgClassName
{
background-color: #06C0C3;
}
</style>
border-color css
<style>
span { border-color: #06C0C3; }
span { border-color: rgb(6,192,195); }
td.TdClassName
{
border-color: #06C0C3;
}
.TagClassName
{
border-color: #06C0C3;
}
</style>