Shades of Spray #6BC9DB
Tints of Spray #6BC9DB
RGB
CMYK
RGB Variations
Color information
#6BC9DB (or 0x6BC9DB) is known color: Spray. HEX triplet: 6B, C9 and DB. RGB value is (107,201,219). Sum of RGB (Red+Green+Blue) = 107+201+219=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BC9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC9DB is #943624. Grayscale: #AEAEAE. Windows color (decimal): -9713189 or 14403947. OLE color: 14403947.
HSL color Cylindrical-coordinate representation of color #6BC9DB: hue angle of 189.64º 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 #6BC9DB is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 201 | 219 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.14 |
| HSL | 189.64º | 0.61% | 0.64% | - |
| HSV(B) | 189.64º | 0.51% | 0.86% | - |
| XYZ | 39.74 | 50.01 | 74.58 | - |
| YUV | 174.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 201 | 219 | 0.51 | 0.08 | 0 | 0.14 | 189.64 | 0.61 | 0.64 |
| Hex | 6B | C9 | DB | 33 | 8 | 0 | E | BE | 3D | 40 |
| Octal | 153 | 311 | 333 | 63 | 10 | 0 | 16 | 276 | 75 | 100 |
| Binary | 1101011 | 11001001 | 11011011 | 110011 | 1000 | 0 | 1110 | 10111110 | 111101 | 1000000 |
Color Harmonies of #6BC9DB
Complementary color
Monochromatic Colors of #6BC9DB
Black with #6BC9DB
Text Example
Text Example
White with #6BC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC9DB; }
p { color: rgb(107,201,219); }
H1.HeaderClassName
{
color: #6BC9DB;
}
.AnyTagClassName
{
color: #6BC9DB;
}
</style>
background-color css
<style>
a { background-color: #6BC9DB; }
a { background-color: rgb(107,201,219); }
div.DivClassName
{
background-color: #6BC9DB;
}
.BgClassName
{
background-color: #6BC9DB;
}
</style>
border-color css
<style>
span { border-color: #6BC9DB; }
span { border-color: rgb(107,201,219); }
td.TdClassName
{
border-color: #6BC9DB;
}
.TagClassName
{
border-color: #6BC9DB;
}
</style>