Shades of Spray #6BCED2
Tints of Spray #6BCED2
RGB
CMYK
RGB Variations
Color information
#6BCED2 (or 0x6BCED2) is known color: Spray. HEX triplet: 6B, CE and D2. RGB value is (107,206,210). Sum of RGB (Red+Green+Blue) = 107+206+210=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #6BCED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCED2 is #94312D. Grayscale: #B0B0B0. Windows color (decimal): -9711918 or 13815403. OLE color: 13815403.
HSL color Cylindrical-coordinate representation of color #6BCED2: hue angle of 182.33º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BCED2 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 206 | 210 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.18 |
| HSL | 182.33º | 0.53% | 0.62% | - |
| HSV(B) | 182.33º | 0.49% | 0.82% | - |
| XYZ | 39.77 | 51.92 | 68.9 | - |
| YUV | 176.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 210 | 0.49 | 0.02 | 0 | 0.18 | 182.33 | 0.53 | 0.62 |
| Hex | 6B | CE | D2 | 31 | 2 | 0 | 12 | B6 | 35 | 3E |
| Octal | 153 | 316 | 322 | 61 | 2 | 0 | 22 | 266 | 65 | 76 |
| Binary | 1101011 | 11001110 | 11010010 | 110001 | 10 | 0 | 10010 | 10110110 | 110101 | 111110 |
Color Harmonies of #6BCED2
Complementary color
Monochromatic Colors of #6BCED2
Black with #6BCED2
Text Example
Text Example
White with #6BCED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCED2; }
p { color: rgb(107,206,210); }
H1.HeaderClassName
{
color: #6BCED2;
}
.AnyTagClassName
{
color: #6BCED2;
}
</style>
background-color css
<style>
a { background-color: #6BCED2; }
a { background-color: rgb(107,206,210); }
div.DivClassName
{
background-color: #6BCED2;
}
.BgClassName
{
background-color: #6BCED2;
}
</style>
border-color css
<style>
span { border-color: #6BCED2; }
span { border-color: rgb(107,206,210); }
td.TdClassName
{
border-color: #6BCED2;
}
.TagClassName
{
border-color: #6BCED2;
}
</style>