Shades of Spray #6AC7DB
Tints of Spray #6AC7DB
RGB
CMYK
RGB Variations
Color information
#6AC7DB (or 0x6AC7DB) is known color: Spray. HEX triplet: 6A, C7 and DB. RGB value is (106,199,219). Sum of RGB (Red+Green+Blue) = 106+199+219=524 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.23% from 524); Green value is 199 (78.12% from 255 or 37.98% 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 #6AC7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7DB is #953824. Grayscale: #ADADAD. Windows color (decimal): -9779237 or 14403434. OLE color: 14403434.
HSL color Cylindrical-coordinate representation of color #6AC7DB: hue angle of 190.62º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AC7DB is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 199 | 219 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.14 |
| HSL | 190.62º | 0.61% | 0.64% | - |
| HSV(B) | 190.62º | 0.52% | 0.86% | - |
| XYZ | 39.15 | 49.03 | 74.42 | - |
| YUV | 173.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 199 | 219 | 0.52 | 0.09 | 0 | 0.14 | 190.62 | 0.61 | 0.64 |
| Hex | 6A | C7 | DB | 34 | 9 | 0 | E | BF | 3D | 40 |
| Octal | 152 | 307 | 333 | 64 | 11 | 0 | 16 | 277 | 75 | 100 |
| Binary | 1101010 | 11000111 | 11011011 | 110100 | 1001 | 0 | 1110 | 10111111 | 111101 | 1000000 |
Color Harmonies of #6AC7DB
Complementary color
Monochromatic Colors of #6AC7DB
Black with #6AC7DB
Text Example
Text Example
White with #6AC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC7DB; }
p { color: rgb(106,199,219); }
H1.HeaderClassName
{
color: #6AC7DB;
}
.AnyTagClassName
{
color: #6AC7DB;
}
</style>
background-color css
<style>
a { background-color: #6AC7DB; }
a { background-color: rgb(106,199,219); }
div.DivClassName
{
background-color: #6AC7DB;
}
.BgClassName
{
background-color: #6AC7DB;
}
</style>
border-color css
<style>
span { border-color: #6AC7DB; }
span { border-color: rgb(106,199,219); }
td.TdClassName
{
border-color: #6AC7DB;
}
.TagClassName
{
border-color: #6AC7DB;
}
</style>