Shades of Cornflower Blue #6F7DDF
Tints of Cornflower Blue #6F7DDF
RGB
CMYK
RGB Variations
Color information
#6F7DDF (or 0x6F7DDF) is known color: Cornflower Blue. HEX triplet: 6F, 7D and DF. RGB value is (111,125,223). Sum of RGB (Red+Green+Blue) = 111+125+223=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F7DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DDF is #908220. Grayscale: #838383. Windows color (decimal): -9470497 or 14646639. OLE color: 14646639.
HSL color Cylindrical-coordinate representation of color #6F7DDF: hue angle of 232.5º 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 #6F7DDF is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 125 | 223 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.13 |
| HSL | 232.5º | 0.64% | 0.65% | - |
| HSV(B) | 232.5º | 0.5% | 0.87% | - |
| XYZ | 27.21 | 23.37 | 72.89 | - |
| YUV | 131.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 223 | 0.50 | 0.44 | 0 | 0.13 | 232.5 | 0.64 | 0.65 |
| Hex | 6F | 7D | DF | 32 | 2C | 0 | D | E8 | 40 | 41 |
| Octal | 157 | 175 | 337 | 62 | 54 | 0 | 15 | 350 | 100 | 101 |
| Binary | 1101111 | 1111101 | 11011111 | 110010 | 101100 | 0 | 1101 | 11101000 | 1000000 | 1000001 |
Color Harmonies of #6F7DDF
Complementary color
Monochromatic Colors of #6F7DDF
Black with #6F7DDF
Text Example
Text Example
White with #6F7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7DDF; }
p { color: rgb(111,125,223); }
H1.HeaderClassName
{
color: #6F7DDF;
}
.AnyTagClassName
{
color: #6F7DDF;
}
</style>
background-color css
<style>
a { background-color: #6F7DDF; }
a { background-color: rgb(111,125,223); }
div.DivClassName
{
background-color: #6F7DDF;
}
.BgClassName
{
background-color: #6F7DDF;
}
</style>
border-color css
<style>
span { border-color: #6F7DDF; }
span { border-color: rgb(111,125,223); }
td.TdClassName
{
border-color: #6F7DDF;
}
.TagClassName
{
border-color: #6F7DDF;
}
</style>