Shades of Cornflower Blue #6F83DD
Tints of Cornflower Blue #6F83DD
RGB
CMYK
RGB Variations
Color information
#6F83DD (or 0x6F83DD) is known color: Cornflower Blue. HEX triplet: 6F, 83 and DD. RGB value is (111,131,221). Sum of RGB (Red+Green+Blue) = 111+131+221=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F83DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F83DD is #907C22. Grayscale: #868686. Windows color (decimal): -9468963 or 14517103. OLE color: 14517103.
HSL color Cylindrical-coordinate representation of color #6F83DD: hue angle of 229.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F83DD is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 131 | 221 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.13 |
| HSL | 229.09º | 0.62% | 0.65% | - |
| HSV(B) | 229.09º | 0.5% | 0.87% | - |
| XYZ | 27.72 | 24.83 | 71.74 | - |
| YUV | 135.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 221 | 0.50 | 0.41 | 0 | 0.13 | 229.09 | 0.62 | 0.65 |
| Hex | 6F | 83 | DD | 32 | 29 | 0 | D | E5 | 3E | 41 |
| Octal | 157 | 203 | 335 | 62 | 51 | 0 | 15 | 345 | 76 | 101 |
| Binary | 1101111 | 10000011 | 11011101 | 110010 | 101001 | 0 | 1101 | 11100101 | 111110 | 1000001 |
Color Harmonies of #6F83DD
Complementary color
Monochromatic Colors of #6F83DD
Black with #6F83DD
Text Example
Text Example
White with #6F83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F83DD; }
p { color: rgb(111,131,221); }
H1.HeaderClassName
{
color: #6F83DD;
}
.AnyTagClassName
{
color: #6F83DD;
}
</style>
background-color css
<style>
a { background-color: #6F83DD; }
a { background-color: rgb(111,131,221); }
div.DivClassName
{
background-color: #6F83DD;
}
.BgClassName
{
background-color: #6F83DD;
}
</style>
border-color css
<style>
span { border-color: #6F83DD; }
span { border-color: rgb(111,131,221); }
td.TdClassName
{
border-color: #6F83DD;
}
.TagClassName
{
border-color: #6F83DD;
}
</style>