Shades of Cornflower Blue #6F83DF
Tints of Cornflower Blue #6F83DF
RGB
CMYK
RGB Variations
Color information
#6F83DF (or 0x6F83DF) is known color: Cornflower Blue. HEX triplet: 6F, 83 and DF. RGB value is (111,131,223). Sum of RGB (Red+Green+Blue) = 111+131+223=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F83DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F83DF is #907C20. Grayscale: #878787. Windows color (decimal): -9468961 or 14648175. OLE color: 14648175.
HSL color Cylindrical-coordinate representation of color #6F83DF: hue angle of 229.29º degrees, saturation: 0.64, 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 #6F83DF is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 131 | 223 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.13 |
| HSL | 229.29º | 0.64% | 0.65% | - |
| HSV(B) | 229.29º | 0.5% | 0.87% | - |
| XYZ | 27.99 | 24.94 | 73.15 | - |
| YUV | 135.51 | 177.37 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 223 | 0.50 | 0.41 | 0 | 0.13 | 229.29 | 0.64 | 0.65 |
| Hex | 6F | 83 | DF | 32 | 29 | 0 | D | E5 | 40 | 41 |
| Octal | 157 | 203 | 337 | 62 | 51 | 0 | 15 | 345 | 100 | 101 |
| Binary | 1101111 | 10000011 | 11011111 | 110010 | 101001 | 0 | 1101 | 11100101 | 1000000 | 1000001 |
Color Harmonies of #6F83DF
Complementary color
Monochromatic Colors of #6F83DF
Black with #6F83DF
Text Example
Text Example
White with #6F83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F83DF; }
p { color: rgb(111,131,223); }
H1.HeaderClassName
{
color: #6F83DF;
}
.AnyTagClassName
{
color: #6F83DF;
}
</style>
background-color css
<style>
a { background-color: #6F83DF; }
a { background-color: rgb(111,131,223); }
div.DivClassName
{
background-color: #6F83DF;
}
.BgClassName
{
background-color: #6F83DF;
}
</style>
border-color css
<style>
span { border-color: #6F83DF; }
span { border-color: rgb(111,131,223); }
td.TdClassName
{
border-color: #6F83DF;
}
.TagClassName
{
border-color: #6F83DF;
}
</style>