Shades of Spray #6ACAD1
Tints of Spray #6ACAD1
RGB
CMYK
RGB Variations
Color information
#6ACAD1 (or 0x6ACAD1) is known color: Spray. HEX triplet: 6A, CA and D1. RGB value is (106,202,209). Sum of RGB (Red+Green+Blue) = 106+202+209=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #6ACAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACAD1 is #95352E. Grayscale: #ADADAD. Windows color (decimal): -9778479 or 13748842. OLE color: 13748842.
HSL color Cylindrical-coordinate representation of color #6ACAD1: hue angle of 184.08º 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 #6ACAD1 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 202 | 209 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.18 |
| HSL | 184.08º | 0.53% | 0.62% | - |
| HSV(B) | 184.08º | 0.49% | 0.82% | - |
| XYZ | 38.57 | 49.91 | 67.92 | - |
| YUV | 174.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 202 | 209 | 0.49 | 0.03 | 0 | 0.18 | 184.08 | 0.53 | 0.62 |
| Hex | 6A | CA | D1 | 31 | 3 | 0 | 12 | B8 | 35 | 3E |
| Octal | 152 | 312 | 321 | 61 | 3 | 0 | 22 | 270 | 65 | 76 |
| Binary | 1101010 | 11001010 | 11010001 | 110001 | 11 | 0 | 10010 | 10111000 | 110101 | 111110 |
Color Harmonies of #6ACAD1
Complementary color
Monochromatic Colors of #6ACAD1
Black with #6ACAD1
Text Example
Text Example
White with #6ACAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACAD1; }
p { color: rgb(106,202,209); }
H1.HeaderClassName
{
color: #6ACAD1;
}
.AnyTagClassName
{
color: #6ACAD1;
}
</style>
background-color css
<style>
a { background-color: #6ACAD1; }
a { background-color: rgb(106,202,209); }
div.DivClassName
{
background-color: #6ACAD1;
}
.BgClassName
{
background-color: #6ACAD1;
}
</style>
border-color css
<style>
span { border-color: #6ACAD1; }
span { border-color: rgb(106,202,209); }
td.TdClassName
{
border-color: #6ACAD1;
}
.TagClassName
{
border-color: #6ACAD1;
}
</style>