Shades of Cornflower Blue #6F82DD
Tints of Cornflower Blue #6F82DD
RGB
CMYK
RGB Variations
Color information
#6F82DD (or 0x6F82DD) is known color: Cornflower Blue. HEX triplet: 6F, 82 and DD. RGB value is (111,130,221). Sum of RGB (Red+Green+Blue) = 111+130+221=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F82DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F82DD is #907D22. Grayscale: #868686. Windows color (decimal): -9469219 or 14516847. OLE color: 14516847.
HSL color Cylindrical-coordinate representation of color #6F82DD: hue angle of 229.64º 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 #6F82DD is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 130 | 221 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.13 |
| HSL | 229.64º | 0.62% | 0.65% | - |
| HSV(B) | 229.64º | 0.5% | 0.87% | - |
| XYZ | 27.59 | 24.57 | 71.69 | - |
| YUV | 134.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 221 | 0.50 | 0.41 | 0 | 0.13 | 229.64 | 0.62 | 0.65 |
| Hex | 6F | 82 | DD | 32 | 29 | 0 | D | E6 | 3E | 41 |
| Octal | 157 | 202 | 335 | 62 | 51 | 0 | 15 | 346 | 76 | 101 |
| Binary | 1101111 | 10000010 | 11011101 | 110010 | 101001 | 0 | 1101 | 11100110 | 111110 | 1000001 |
Color Harmonies of #6F82DD
Complementary color
Monochromatic Colors of #6F82DD
Black with #6F82DD
Text Example
Text Example
White with #6F82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F82DD; }
p { color: rgb(111,130,221); }
H1.HeaderClassName
{
color: #6F82DD;
}
.AnyTagClassName
{
color: #6F82DD;
}
</style>
background-color css
<style>
a { background-color: #6F82DD; }
a { background-color: rgb(111,130,221); }
div.DivClassName
{
background-color: #6F82DD;
}
.BgClassName
{
background-color: #6F82DD;
}
</style>
border-color css
<style>
span { border-color: #6F82DD; }
span { border-color: rgb(111,130,221); }
td.TdClassName
{
border-color: #6F82DD;
}
.TagClassName
{
border-color: #6F82DD;
}
</style>