Shades of Spray #6ACADB
Tints of Spray #6ACADB
RGB
CMYK
RGB Variations
Color information
#6ACADB (or 0x6ACADB) is known color: Spray. HEX triplet: 6A, CA and DB. RGB value is (106,202,219). Sum of RGB (Red+Green+Blue) = 106+202+219=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 202 (79.30% from 255 or 38.33% 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 #6ACADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACADB is #953524. Grayscale: #AFAFAF. Windows color (decimal): -9778469 or 14404202. OLE color: 14404202.
HSL color Cylindrical-coordinate representation of color #6ACADB: hue angle of 189.03º 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 #6ACADB is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 202 | 219 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.14 |
| HSL | 189.03º | 0.61% | 0.64% | - |
| HSV(B) | 189.03º | 0.52% | 0.86% | - |
| XYZ | 39.85 | 50.42 | 74.65 | - |
| YUV | 175.23 | 152.7 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 202 | 219 | 0.52 | 0.08 | 0 | 0.14 | 189.03 | 0.61 | 0.64 |
| Hex | 6A | CA | DB | 34 | 8 | 0 | E | BD | 3D | 40 |
| Octal | 152 | 312 | 333 | 64 | 10 | 0 | 16 | 275 | 75 | 100 |
| Binary | 1101010 | 11001010 | 11011011 | 110100 | 1000 | 0 | 1110 | 10111101 | 111101 | 1000000 |
Color Harmonies of #6ACADB
Complementary color
Monochromatic Colors of #6ACADB
Black with #6ACADB
Text Example
Text Example
White with #6ACADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACADB; }
p { color: rgb(106,202,219); }
H1.HeaderClassName
{
color: #6ACADB;
}
.AnyTagClassName
{
color: #6ACADB;
}
</style>
background-color css
<style>
a { background-color: #6ACADB; }
a { background-color: rgb(106,202,219); }
div.DivClassName
{
background-color: #6ACADB;
}
.BgClassName
{
background-color: #6ACADB;
}
</style>
border-color css
<style>
span { border-color: #6ACADB; }
span { border-color: rgb(106,202,219); }
td.TdClassName
{
border-color: #6ACADB;
}
.TagClassName
{
border-color: #6ACADB;
}
</style>