Shades of Deep Sky Blue #06C6FF
Tints of Deep Sky Blue #06C6FF
RGB
CMYK
RGB Variations
Color information
#06C6FF (or 0x06C6FF) is known color: Deep Sky Blue. HEX triplet: 06, C6 and FF. RGB value is (6,198,255). Sum of RGB (Red+Green+Blue) = 6+198+255=459 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #06C6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C6FF is #F93900. Grayscale: #929292. Windows color (decimal): -16333057 or 16762374. OLE color: 16762374.
HSL color Cylindrical-coordinate representation of color #06C6FF: hue angle of 193.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06C6FF is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 198 | 255 | - |
| CMYK | 0.98 | 0.22 | 0 | 0 |
| HSL | 193.73º | 1% | 0.51% | - |
| HSV(B) | 193.73º | 0.98% | 1% | - |
| XYZ | 38.32 | 47.65 | 101.78 | - |
| YUV | 147.09 | 188.89 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 198 | 255 | 0.98 | 0.22 | 0 | 0 | 193.73 | 1 | 0.51 |
| Hex | 6 | C6 | FF | 62 | 16 | 0 | 0 | C2 | 64 | 33 |
| Octal | 6 | 306 | 377 | 142 | 26 | 0 | 0 | 302 | 144 | 63 |
| Binary | 110 | 11000110 | 11111111 | 1100010 | 10110 | 0 | 0 | 11000010 | 1100100 | 110011 |
Color Harmonies of #06C6FF
Complementary color
Monochromatic Colors of #06C6FF
Black with #06C6FF
Text Example
Text Example
White with #06C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C6FF; }
p { color: rgb(6,198,255); }
H1.HeaderClassName
{
color: #06C6FF;
}
.AnyTagClassName
{
color: #06C6FF;
}
</style>
background-color css
<style>
a { background-color: #06C6FF; }
a { background-color: rgb(6,198,255); }
div.DivClassName
{
background-color: #06C6FF;
}
.BgClassName
{
background-color: #06C6FF;
}
</style>
border-color css
<style>
span { border-color: #06C6FF; }
span { border-color: rgb(6,198,255); }
td.TdClassName
{
border-color: #06C6FF;
}
.TagClassName
{
border-color: #06C6FF;
}
</style>