Shades of Spray #6BC7D1
Tints of Spray #6BC7D1
RGB
CMYK
RGB Variations
Color information
#6BC7D1 (or 0x6BC7D1) is known color: Spray. HEX triplet: 6B, C7 and D1. RGB value is (107,199,209). Sum of RGB (Red+Green+Blue) = 107+199+209=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #6BC7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC7D1 is #94382E. Grayscale: #ACACAC. Windows color (decimal): -9713711 or 13748075. OLE color: 13748075.
HSL color Cylindrical-coordinate representation of color #6BC7D1: hue angle of 185.88º 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 #6BC7D1 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 199 | 209 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.18 |
| HSL | 185.88º | 0.53% | 0.62% | - |
| HSV(B) | 185.88º | 0.49% | 0.82% | - |
| XYZ | 38 | 48.58 | 67.7 | - |
| YUV | 172.63 | 148.52 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 199 | 209 | 0.49 | 0.05 | 0 | 0.18 | 185.88 | 0.53 | 0.62 |
| Hex | 6B | C7 | D1 | 31 | 5 | 0 | 12 | BA | 35 | 3E |
| Octal | 153 | 307 | 321 | 61 | 5 | 0 | 22 | 272 | 65 | 76 |
| Binary | 1101011 | 11000111 | 11010001 | 110001 | 101 | 0 | 10010 | 10111010 | 110101 | 111110 |
Color Harmonies of #6BC7D1
Complementary color
Monochromatic Colors of #6BC7D1
Black with #6BC7D1
Text Example
Text Example
White with #6BC7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC7D1; }
p { color: rgb(107,199,209); }
H1.HeaderClassName
{
color: #6BC7D1;
}
.AnyTagClassName
{
color: #6BC7D1;
}
</style>
background-color css
<style>
a { background-color: #6BC7D1; }
a { background-color: rgb(107,199,209); }
div.DivClassName
{
background-color: #6BC7D1;
}
.BgClassName
{
background-color: #6BC7D1;
}
</style>
border-color css
<style>
span { border-color: #6BC7D1; }
span { border-color: rgb(107,199,209); }
td.TdClassName
{
border-color: #6BC7D1;
}
.TagClassName
{
border-color: #6BC7D1;
}
</style>