Shades of Spray #6BC6DB
Tints of Spray #6BC6DB
RGB
CMYK
RGB Variations
Color information
#6BC6DB (or 0x6BC6DB) is known color: Spray. HEX triplet: 6B, C6 and DB. RGB value is (107,198,219). Sum of RGB (Red+Green+Blue) = 107+198+219=524 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.42% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BC6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC6DB is #943924. Grayscale: #ADADAD. Windows color (decimal): -9713957 or 14403179. OLE color: 14403179.
HSL color Cylindrical-coordinate representation of color #6BC6DB: hue angle of 191.25º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BC6DB is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 198 | 219 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.14 |
| HSL | 191.25º | 0.61% | 0.64% | - |
| HSV(B) | 191.25º | 0.51% | 0.86% | - |
| XYZ | 39.04 | 48.63 | 74.35 | - |
| YUV | 173.19 | 153.85 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 198 | 219 | 0.51 | 0.10 | 0 | 0.14 | 191.25 | 0.61 | 0.64 |
| Hex | 6B | C6 | DB | 33 | A | 0 | E | BF | 3D | 40 |
| Octal | 153 | 306 | 333 | 63 | 12 | 0 | 16 | 277 | 75 | 100 |
| Binary | 1101011 | 11000110 | 11011011 | 110011 | 1010 | 0 | 1110 | 10111111 | 111101 | 1000000 |
Color Harmonies of #6BC6DB
Complementary color
Monochromatic Colors of #6BC6DB
Black with #6BC6DB
Text Example
Text Example
White with #6BC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC6DB; }
p { color: rgb(107,198,219); }
H1.HeaderClassName
{
color: #6BC6DB;
}
.AnyTagClassName
{
color: #6BC6DB;
}
</style>
background-color css
<style>
a { background-color: #6BC6DB; }
a { background-color: rgb(107,198,219); }
div.DivClassName
{
background-color: #6BC6DB;
}
.BgClassName
{
background-color: #6BC6DB;
}
</style>
border-color css
<style>
span { border-color: #6BC6DB; }
span { border-color: rgb(107,198,219); }
td.TdClassName
{
border-color: #6BC6DB;
}
.TagClassName
{
border-color: #6BC6DB;
}
</style>