Shades of Spray #6ACBD2
Tints of Spray #6ACBD2
RGB
CMYK
RGB Variations
Color information
#6ACBD2 (or 0x6ACBD2) is known color: Spray. HEX triplet: 6A, CB and D2. RGB value is (106,203,210). Sum of RGB (Red+Green+Blue) = 106+203+210=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #6ACBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACBD2 is #95342D. Grayscale: #AEAEAE. Windows color (decimal): -9778222 or 13814634. OLE color: 13814634.
HSL color Cylindrical-coordinate representation of color #6ACBD2: hue angle of 184.04º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ACBD2 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 203 | 210 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.18 |
| HSL | 184.04º | 0.54% | 0.62% | - |
| HSV(B) | 184.04º | 0.5% | 0.82% | - |
| XYZ | 38.93 | 50.43 | 68.65 | - |
| YUV | 174.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 210 | 0.50 | 0.03 | 0 | 0.18 | 184.04 | 0.54 | 0.62 |
| Hex | 6A | CB | D2 | 32 | 3 | 0 | 12 | B8 | 36 | 3E |
| Octal | 152 | 313 | 322 | 62 | 3 | 0 | 22 | 270 | 66 | 76 |
| Binary | 1101010 | 11001011 | 11010010 | 110010 | 11 | 0 | 10010 | 10111000 | 110110 | 111110 |
Color Harmonies of #6ACBD2
Complementary color
Monochromatic Colors of #6ACBD2
Black with #6ACBD2
Text Example
Text Example
White with #6ACBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACBD2; }
p { color: rgb(106,203,210); }
H1.HeaderClassName
{
color: #6ACBD2;
}
.AnyTagClassName
{
color: #6ACBD2;
}
</style>
background-color css
<style>
a { background-color: #6ACBD2; }
a { background-color: rgb(106,203,210); }
div.DivClassName
{
background-color: #6ACBD2;
}
.BgClassName
{
background-color: #6ACBD2;
}
</style>
border-color css
<style>
span { border-color: #6ACBD2; }
span { border-color: rgb(106,203,210); }
td.TdClassName
{
border-color: #6ACBD2;
}
.TagClassName
{
border-color: #6ACBD2;
}
</style>