Shades of Spray #6BCADA
Tints of Spray #6BCADA
RGB
CMYK
RGB Variations
Color information
#6BCADA (or 0x6BCADA) is known color: Spray. HEX triplet: 6B, CA and DA. RGB value is (107,202,218). Sum of RGB (Red+Green+Blue) = 107+202+218=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BCADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCADA is #943525. Grayscale: #AFAFAF. Windows color (decimal): -9712934 or 14338667. OLE color: 14338667.
HSL color Cylindrical-coordinate representation of color #6BCADA: hue angle of 188.65º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCADA is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 202 | 218 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.15 |
| HSL | 188.65º | 0.6% | 0.64% | - |
| HSV(B) | 188.65º | 0.51% | 0.85% | - |
| XYZ | 39.84 | 50.43 | 73.96 | - |
| YUV | 175.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 218 | 0.51 | 0.07 | 0 | 0.15 | 188.65 | 0.6 | 0.64 |
| Hex | 6B | CA | DA | 33 | 7 | 0 | F | BD | 3C | 40 |
| Octal | 153 | 312 | 332 | 63 | 7 | 0 | 17 | 275 | 74 | 100 |
| Binary | 1101011 | 11001010 | 11011010 | 110011 | 111 | 0 | 1111 | 10111101 | 111100 | 1000000 |
Color Harmonies of #6BCADA
Complementary color
Monochromatic Colors of #6BCADA
Black with #6BCADA
Text Example
Text Example
White with #6BCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCADA; }
p { color: rgb(107,202,218); }
H1.HeaderClassName
{
color: #6BCADA;
}
.AnyTagClassName
{
color: #6BCADA;
}
</style>
background-color css
<style>
a { background-color: #6BCADA; }
a { background-color: rgb(107,202,218); }
div.DivClassName
{
background-color: #6BCADA;
}
.BgClassName
{
background-color: #6BCADA;
}
</style>
border-color css
<style>
span { border-color: #6BCADA; }
span { border-color: rgb(107,202,218); }
td.TdClassName
{
border-color: #6BCADA;
}
.TagClassName
{
border-color: #6BCADA;
}
</style>