Shades of Spray #6FCBCF
Tints of Spray #6FCBCF
RGB
CMYK
RGB Variations
Color information
#6FCBCF (or 0x6FCBCF) is known color: Spray. HEX triplet: 6F, CB and CF. RGB value is (111,203,207). Sum of RGB (Red+Green+Blue) = 111+203+207=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FCBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBCF is #903430. Grayscale: #AFAFAF. Windows color (decimal): -9450545 or 13618031. OLE color: 13618031.
HSL color Cylindrical-coordinate representation of color #6FCBCF: hue angle of 182.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCBCF is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 203 | 207 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.19 |
| HSL | 182.5º | 0.5% | 0.62% | - |
| HSV(B) | 182.5º | 0.46% | 0.81% | - |
| XYZ | 39.17 | 50.6 | 66.73 | - |
| YUV | 175.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 207 | 0.46 | 0.02 | 0 | 0.19 | 182.5 | 0.5 | 0.62 |
| Hex | 6F | CB | CF | 2E | 2 | 0 | 13 | B6 | 32 | 3E |
| Octal | 157 | 313 | 317 | 56 | 2 | 0 | 23 | 266 | 62 | 76 |
| Binary | 1101111 | 11001011 | 11001111 | 101110 | 10 | 0 | 10011 | 10110110 | 110010 | 111110 |
Color Harmonies of #6FCBCF
Complementary color
Monochromatic Colors of #6FCBCF
Black with #6FCBCF
Text Example
Text Example
White with #6FCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBCF; }
p { color: rgb(111,203,207); }
H1.HeaderClassName
{
color: #6FCBCF;
}
.AnyTagClassName
{
color: #6FCBCF;
}
</style>
background-color css
<style>
a { background-color: #6FCBCF; }
a { background-color: rgb(111,203,207); }
div.DivClassName
{
background-color: #6FCBCF;
}
.BgClassName
{
background-color: #6FCBCF;
}
</style>
border-color css
<style>
span { border-color: #6FCBCF; }
span { border-color: rgb(111,203,207); }
td.TdClassName
{
border-color: #6FCBCF;
}
.TagClassName
{
border-color: #6FCBCF;
}
</style>