Shades of Spray #6BC9CE
Tints of Spray #6BC9CE
RGB
CMYK
RGB Variations
Color information
#6BC9CE (or 0x6BC9CE) is known color: Spray. HEX triplet: 6B, C9 and CE. RGB value is (107,201,206). Sum of RGB (Red+Green+Blue) = 107+201+206=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BC9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC9CE is #943631. Grayscale: #ADADAD. Windows color (decimal): -9713202 or 13551979. OLE color: 13551979.
HSL color Cylindrical-coordinate representation of color #6BC9CE: hue angle of 183.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BC9CE is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 201 | 206 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.19 |
| HSL | 183.03º | 0.5% | 0.61% | - |
| HSV(B) | 183.03º | 0.48% | 0.81% | - |
| XYZ | 38.09 | 49.36 | 65.91 | - |
| YUV | 173.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 201 | 206 | 0.48 | 0.02 | 0 | 0.19 | 183.03 | 0.5 | 0.61 |
| Hex | 6B | C9 | CE | 30 | 2 | 0 | 13 | B7 | 32 | 3D |
| Octal | 153 | 311 | 316 | 60 | 2 | 0 | 23 | 267 | 62 | 75 |
| Binary | 1101011 | 11001001 | 11001110 | 110000 | 10 | 0 | 10011 | 10110111 | 110010 | 111101 |
Color Harmonies of #6BC9CE
Complementary color
Monochromatic Colors of #6BC9CE
Black with #6BC9CE
Text Example
Text Example
White with #6BC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC9CE; }
p { color: rgb(107,201,206); }
H1.HeaderClassName
{
color: #6BC9CE;
}
.AnyTagClassName
{
color: #6BC9CE;
}
</style>
background-color css
<style>
a { background-color: #6BC9CE; }
a { background-color: rgb(107,201,206); }
div.DivClassName
{
background-color: #6BC9CE;
}
.BgClassName
{
background-color: #6BC9CE;
}
</style>
border-color css
<style>
span { border-color: #6BC9CE; }
span { border-color: rgb(107,201,206); }
td.TdClassName
{
border-color: #6BC9CE;
}
.TagClassName
{
border-color: #6BC9CE;
}
</style>