Shades of Spray #6BCACE
Tints of Spray #6BCACE
RGB
CMYK
RGB Variations
Color information
#6BCACE (or 0x6BCACE) is known color: Spray. HEX triplet: 6B, CA and CE. RGB value is (107,202,206). Sum of RGB (Red+Green+Blue) = 107+202+206=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCACE is #943531. Grayscale: #ADADAD. Windows color (decimal): -9712946 or 13552235. OLE color: 13552235.
HSL color Cylindrical-coordinate representation of color #6BCACE: hue angle of 182.42º 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 #6BCACE is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 202 | 206 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.19 |
| HSL | 182.42º | 0.5% | 0.61% | - |
| HSV(B) | 182.42º | 0.48% | 0.81% | - |
| XYZ | 38.32 | 49.82 | 65.99 | - |
| YUV | 174.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 206 | 0.48 | 0.02 | 0 | 0.19 | 182.42 | 0.5 | 0.61 |
| Hex | 6B | CA | CE | 30 | 2 | 0 | 13 | B6 | 32 | 3D |
| Octal | 153 | 312 | 316 | 60 | 2 | 0 | 23 | 266 | 62 | 75 |
| Binary | 1101011 | 11001010 | 11001110 | 110000 | 10 | 0 | 10011 | 10110110 | 110010 | 111101 |
Color Harmonies of #6BCACE
Complementary color
Monochromatic Colors of #6BCACE
Black with #6BCACE
Text Example
Text Example
White with #6BCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCACE; }
p { color: rgb(107,202,206); }
H1.HeaderClassName
{
color: #6BCACE;
}
.AnyTagClassName
{
color: #6BCACE;
}
</style>
background-color css
<style>
a { background-color: #6BCACE; }
a { background-color: rgb(107,202,206); }
div.DivClassName
{
background-color: #6BCACE;
}
.BgClassName
{
background-color: #6BCACE;
}
</style>
border-color css
<style>
span { border-color: #6BCACE; }
span { border-color: rgb(107,202,206); }
td.TdClassName
{
border-color: #6BCACE;
}
.TagClassName
{
border-color: #6BCACE;
}
</style>