Shades of Spray #6AC8CF
Tints of Spray #6AC8CF
RGB
CMYK
RGB Variations
Color information
#6AC8CF (or 0x6AC8CF) is known color: Spray. HEX triplet: 6A, C8 and CF. RGB value is (106,200,207). Sum of RGB (Red+Green+Blue) = 106+200+207=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #6AC8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC8CF is #953730. Grayscale: #ACACAC. Windows color (decimal): -9778993 or 13617258. OLE color: 13617258.
HSL color Cylindrical-coordinate representation of color #6AC8CF: hue angle of 184.16º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AC8CF is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 200 | 207 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.19 |
| HSL | 184.16º | 0.51% | 0.61% | - |
| HSV(B) | 184.16º | 0.49% | 0.81% | - |
| XYZ | 37.86 | 48.88 | 66.47 | - |
| YUV | 172.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 207 | 0.49 | 0.03 | 0 | 0.19 | 184.16 | 0.51 | 0.61 |
| Hex | 6A | C8 | CF | 31 | 3 | 0 | 13 | B8 | 33 | 3D |
| Octal | 152 | 310 | 317 | 61 | 3 | 0 | 23 | 270 | 63 | 75 |
| Binary | 1101010 | 11001000 | 11001111 | 110001 | 11 | 0 | 10011 | 10111000 | 110011 | 111101 |
Color Harmonies of #6AC8CF
Complementary color
Monochromatic Colors of #6AC8CF
Black with #6AC8CF
Text Example
Text Example
White with #6AC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC8CF; }
p { color: rgb(106,200,207); }
H1.HeaderClassName
{
color: #6AC8CF;
}
.AnyTagClassName
{
color: #6AC8CF;
}
</style>
background-color css
<style>
a { background-color: #6AC8CF; }
a { background-color: rgb(106,200,207); }
div.DivClassName
{
background-color: #6AC8CF;
}
.BgClassName
{
background-color: #6AC8CF;
}
</style>
border-color css
<style>
span { border-color: #6AC8CF; }
span { border-color: rgb(106,200,207); }
td.TdClassName
{
border-color: #6AC8CF;
}
.TagClassName
{
border-color: #6AC8CF;
}
</style>