Shades of Spray #6CCBCF
Tints of Spray #6CCBCF
RGB
CMYK
RGB Variations
Color information
#6CCBCF (or 0x6CCBCF) is known color: Spray. HEX triplet: 6C, CB and CF. RGB value is (108,203,207). Sum of RGB (Red+Green+Blue) = 108+203+207=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CCBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBCF is #933430. Grayscale: #AEAEAE. Windows color (decimal): -9647153 or 13618028. OLE color: 13618028.
HSL color Cylindrical-coordinate representation of color #6CCBCF: hue angle of 182.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCBCF is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 203 | 207 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.19 |
| HSL | 182.42º | 0.51% | 0.62% | - |
| HSV(B) | 182.42º | 0.48% | 0.81% | - |
| XYZ | 38.8 | 50.41 | 66.72 | - |
| YUV | 175.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 207 | 0.48 | 0.02 | 0 | 0.19 | 182.42 | 0.51 | 0.62 |
| Hex | 6C | CB | CF | 30 | 2 | 0 | 13 | B6 | 33 | 3E |
| Octal | 154 | 313 | 317 | 60 | 2 | 0 | 23 | 266 | 63 | 76 |
| Binary | 1101100 | 11001011 | 11001111 | 110000 | 10 | 0 | 10011 | 10110110 | 110011 | 111110 |
Color Harmonies of #6CCBCF
Complementary color
Monochromatic Colors of #6CCBCF
Black with #6CCBCF
Text Example
Text Example
White with #6CCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCBCF; }
p { color: rgb(108,203,207); }
H1.HeaderClassName
{
color: #6CCBCF;
}
.AnyTagClassName
{
color: #6CCBCF;
}
</style>
background-color css
<style>
a { background-color: #6CCBCF; }
a { background-color: rgb(108,203,207); }
div.DivClassName
{
background-color: #6CCBCF;
}
.BgClassName
{
background-color: #6CCBCF;
}
</style>
border-color css
<style>
span { border-color: #6CCBCF; }
span { border-color: rgb(108,203,207); }
td.TdClassName
{
border-color: #6CCBCF;
}
.TagClassName
{
border-color: #6CCBCF;
}
</style>