Shades of Cornflower Blue #6F83DC
Tints of Cornflower Blue #6F83DC
RGB
CMYK
RGB Variations
Color information
#6F83DC (or 0x6F83DC) is known color: Cornflower Blue. HEX triplet: 6F, 83 and DC. RGB value is (111,131,220). Sum of RGB (Red+Green+Blue) = 111+131+220=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F83DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F83DC is #907C23. Grayscale: #868686. Windows color (decimal): -9468964 or 14451567. OLE color: 14451567.
HSL color Cylindrical-coordinate representation of color #6F83DC: hue angle of 228.99º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F83DC is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 131 | 220 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.14 |
| HSL | 228.99º | 0.61% | 0.65% | - |
| HSV(B) | 228.99º | 0.5% | 0.86% | - |
| XYZ | 27.59 | 24.78 | 71.04 | - |
| YUV | 135.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 220 | 0.50 | 0.40 | 0 | 0.14 | 228.99 | 0.61 | 0.65 |
| Hex | 6F | 83 | DC | 32 | 28 | 0 | E | E5 | 3D | 41 |
| Octal | 157 | 203 | 334 | 62 | 50 | 0 | 16 | 345 | 75 | 101 |
| Binary | 1101111 | 10000011 | 11011100 | 110010 | 101000 | 0 | 1110 | 11100101 | 111101 | 1000001 |
Color Harmonies of #6F83DC
Complementary color
Monochromatic Colors of #6F83DC
Black with #6F83DC
Text Example
Text Example
White with #6F83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F83DC; }
p { color: rgb(111,131,220); }
H1.HeaderClassName
{
color: #6F83DC;
}
.AnyTagClassName
{
color: #6F83DC;
}
</style>
background-color css
<style>
a { background-color: #6F83DC; }
a { background-color: rgb(111,131,220); }
div.DivClassName
{
background-color: #6F83DC;
}
.BgClassName
{
background-color: #6F83DC;
}
</style>
border-color css
<style>
span { border-color: #6F83DC; }
span { border-color: rgb(111,131,220); }
td.TdClassName
{
border-color: #6F83DC;
}
.TagClassName
{
border-color: #6F83DC;
}
</style>