Shades of Spray #6FC8CF
Tints of Spray #6FC8CF
RGB
CMYK
RGB Variations
Color information
#6FC8CF (or 0x6FC8CF) is known color: Spray. HEX triplet: 6F, C8 and CF. RGB value is (111,200,207). Sum of RGB (Red+Green+Blue) = 111+200+207=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FC8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC8CF is #903730. Grayscale: #AEAEAE. Windows color (decimal): -9451313 or 13617263. OLE color: 13617263.
HSL color Cylindrical-coordinate representation of color #6FC8CF: hue angle of 184.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FC8CF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 200 | 207 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.19 |
| HSL | 184.38º | 0.5% | 0.62% | - |
| HSV(B) | 184.38º | 0.46% | 0.81% | - |
| XYZ | 38.47 | 49.19 | 66.5 | - |
| YUV | 174.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 200 | 207 | 0.46 | 0.03 | 0 | 0.19 | 184.38 | 0.5 | 0.62 |
| Hex | 6F | C8 | CF | 2E | 3 | 0 | 13 | B8 | 32 | 3E |
| Octal | 157 | 310 | 317 | 56 | 3 | 0 | 23 | 270 | 62 | 76 |
| Binary | 1101111 | 11001000 | 11001111 | 101110 | 11 | 0 | 10011 | 10111000 | 110010 | 111110 |
Color Harmonies of #6FC8CF
Complementary color
Monochromatic Colors of #6FC8CF
Black with #6FC8CF
Text Example
Text Example
White with #6FC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC8CF; }
p { color: rgb(111,200,207); }
H1.HeaderClassName
{
color: #6FC8CF;
}
.AnyTagClassName
{
color: #6FC8CF;
}
</style>
background-color css
<style>
a { background-color: #6FC8CF; }
a { background-color: rgb(111,200,207); }
div.DivClassName
{
background-color: #6FC8CF;
}
.BgClassName
{
background-color: #6FC8CF;
}
</style>
border-color css
<style>
span { border-color: #6FC8CF; }
span { border-color: rgb(111,200,207); }
td.TdClassName
{
border-color: #6FC8CF;
}
.TagClassName
{
border-color: #6FC8CF;
}
</style>