Shades of Cornflower Blue #6F86DA
Tints of Cornflower Blue #6F86DA
RGB
CMYK
RGB Variations
Color information
#6F86DA (or 0x6F86DA) is known color: Cornflower Blue. HEX triplet: 6F, 86 and DA. RGB value is (111,134,218). Sum of RGB (Red+Green+Blue) = 111+134+218=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F86DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F86DA is #907925. Grayscale: #888888. Windows color (decimal): -9468198 or 14321263. OLE color: 14321263.
HSL color Cylindrical-coordinate representation of color #6F86DA: hue angle of 227.1º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F86DA is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 134 | 218 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.15 |
| HSL | 227.1º | 0.59% | 0.65% | - |
| HSV(B) | 227.1º | 0.49% | 0.85% | - |
| XYZ | 27.74 | 25.49 | 69.79 | - |
| YUV | 136.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 218 | 0.49 | 0.39 | 0 | 0.15 | 227.1 | 0.59 | 0.65 |
| Hex | 6F | 86 | DA | 31 | 27 | 0 | F | E3 | 3B | 41 |
| Octal | 157 | 206 | 332 | 61 | 47 | 0 | 17 | 343 | 73 | 101 |
| Binary | 1101111 | 10000110 | 11011010 | 110001 | 100111 | 0 | 1111 | 11100011 | 111011 | 1000001 |
Color Harmonies of #6F86DA
Complementary color
Monochromatic Colors of #6F86DA
Black with #6F86DA
Text Example
Text Example
White with #6F86DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F86DA; }
p { color: rgb(111,134,218); }
H1.HeaderClassName
{
color: #6F86DA;
}
.AnyTagClassName
{
color: #6F86DA;
}
</style>
background-color css
<style>
a { background-color: #6F86DA; }
a { background-color: rgb(111,134,218); }
div.DivClassName
{
background-color: #6F86DA;
}
.BgClassName
{
background-color: #6F86DA;
}
</style>
border-color css
<style>
span { border-color: #6F86DA; }
span { border-color: rgb(111,134,218); }
td.TdClassName
{
border-color: #6F86DA;
}
.TagClassName
{
border-color: #6F86DA;
}
</style>