Shades of Cornflower Blue #6F81EE
Tints of Cornflower Blue #6F81EE
RGB
CMYK
RGB Variations
Color information
#6F81EE (or 0x6F81EE) is known color: Cornflower Blue. HEX triplet: 6F, 81 and EE. RGB value is (111,129,238). Sum of RGB (Red+Green+Blue) = 111+129+238=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F81EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F81EE is #907E11. Grayscale: #878787. Windows color (decimal): -9469458 or 15630703. OLE color: 15630703.
HSL color Cylindrical-coordinate representation of color #6F81EE: hue angle of 231.5º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F81EE is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 129 | 238 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.07 |
| HSL | 231.5º | 0.79% | 0.68% | - |
| HSV(B) | 231.5º | 0.53% | 0.93% | - |
| XYZ | 29.84 | 25.25 | 84.19 | - |
| YUV | 136.04 | 185.54 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 238 | 0.53 | 0.46 | 0 | 0.07 | 231.5 | 0.79 | 0.68 |
| Hex | 6F | 81 | EE | 35 | 2E | 0 | 7 | E7 | 4F | 44 |
| Octal | 157 | 201 | 356 | 65 | 56 | 0 | 7 | 347 | 117 | 104 |
| Binary | 1101111 | 10000001 | 11101110 | 110101 | 101110 | 0 | 111 | 11100111 | 1001111 | 1000100 |
Color Harmonies of #6F81EE
Complementary color
Monochromatic Colors of #6F81EE
Black with #6F81EE
Text Example
Text Example
White with #6F81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F81EE; }
p { color: rgb(111,129,238); }
H1.HeaderClassName
{
color: #6F81EE;
}
.AnyTagClassName
{
color: #6F81EE;
}
</style>
background-color css
<style>
a { background-color: #6F81EE; }
a { background-color: rgb(111,129,238); }
div.DivClassName
{
background-color: #6F81EE;
}
.BgClassName
{
background-color: #6F81EE;
}
</style>
border-color css
<style>
span { border-color: #6F81EE; }
span { border-color: rgb(111,129,238); }
td.TdClassName
{
border-color: #6F81EE;
}
.TagClassName
{
border-color: #6F81EE;
}
</style>