Shades of Spray #6FCBDC
Tints of Spray #6FCBDC
RGB
CMYK
RGB Variations
Color information
#6FCBDC (or 0x6FCBDC) is known color: Spray. HEX triplet: 6F, CB and DC. RGB value is (111,203,220). Sum of RGB (Red+Green+Blue) = 111+203+220=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FCBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBDC is #903423. Grayscale: #B1B1B1. Windows color (decimal): -9450532 or 14469999. OLE color: 14469999.
HSL color Cylindrical-coordinate representation of color #6FCBDC: hue angle of 189.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FCBDC is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 203 | 220 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.14 |
| HSL | 189.36º | 0.61% | 0.65% | - |
| HSV(B) | 189.36º | 0.5% | 0.86% | - |
| XYZ | 40.83 | 51.26 | 75.45 | - |
| YUV | 177.43 | 152.02 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 220 | 0.50 | 0.08 | 0 | 0.14 | 189.36 | 0.61 | 0.65 |
| Hex | 6F | CB | DC | 32 | 8 | 0 | E | BD | 3D | 41 |
| Octal | 157 | 313 | 334 | 62 | 10 | 0 | 16 | 275 | 75 | 101 |
| Binary | 1101111 | 11001011 | 11011100 | 110010 | 1000 | 0 | 1110 | 10111101 | 111101 | 1000001 |
Color Harmonies of #6FCBDC
Complementary color
Monochromatic Colors of #6FCBDC
Black with #6FCBDC
Text Example
Text Example
White with #6FCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBDC; }
p { color: rgb(111,203,220); }
H1.HeaderClassName
{
color: #6FCBDC;
}
.AnyTagClassName
{
color: #6FCBDC;
}
</style>
background-color css
<style>
a { background-color: #6FCBDC; }
a { background-color: rgb(111,203,220); }
div.DivClassName
{
background-color: #6FCBDC;
}
.BgClassName
{
background-color: #6FCBDC;
}
</style>
border-color css
<style>
span { border-color: #6FCBDC; }
span { border-color: rgb(111,203,220); }
td.TdClassName
{
border-color: #6FCBDC;
}
.TagClassName
{
border-color: #6FCBDC;
}
</style>