Shades of Spray #6FCED2
Tints of Spray #6FCED2
RGB
CMYK
RGB Variations
Color information
#6FCED2 (or 0x6FCED2) is known color: Spray. HEX triplet: 6F, CE and D2. RGB value is (111,206,210). Sum of RGB (Red+Green+Blue) = 111+206+210=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #6FCED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCED2 is #90312D. Grayscale: #B1B1B1. Windows color (decimal): -9449774 or 13815407. OLE color: 13815407.
HSL color Cylindrical-coordinate representation of color #6FCED2: hue angle of 182.42º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FCED2 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 206 | 210 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.18 |
| HSL | 182.42º | 0.52% | 0.63% | - |
| HSV(B) | 182.42º | 0.47% | 0.82% | - |
| XYZ | 40.26 | 52.18 | 68.92 | - |
| YUV | 178.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 210 | 0.47 | 0.02 | 0 | 0.18 | 182.42 | 0.52 | 0.63 |
| Hex | 6F | CE | D2 | 2F | 2 | 0 | 12 | B6 | 34 | 3F |
| Octal | 157 | 316 | 322 | 57 | 2 | 0 | 22 | 266 | 64 | 77 |
| Binary | 1101111 | 11001110 | 11010010 | 101111 | 10 | 0 | 10010 | 10110110 | 110100 | 111111 |
Color Harmonies of #6FCED2
Complementary color
Monochromatic Colors of #6FCED2
Black with #6FCED2
Text Example
Text Example
White with #6FCED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCED2; }
p { color: rgb(111,206,210); }
H1.HeaderClassName
{
color: #6FCED2;
}
.AnyTagClassName
{
color: #6FCED2;
}
</style>
background-color css
<style>
a { background-color: #6FCED2; }
a { background-color: rgb(111,206,210); }
div.DivClassName
{
background-color: #6FCED2;
}
.BgClassName
{
background-color: #6FCED2;
}
</style>
border-color css
<style>
span { border-color: #6FCED2; }
span { border-color: rgb(111,206,210); }
td.TdClassName
{
border-color: #6FCED2;
}
.TagClassName
{
border-color: #6FCED2;
}
</style>