Shades of Cornflower Blue #6F9EFC
Tints of Cornflower Blue #6F9EFC
RGB
CMYK
RGB Variations
Color information
#6F9EFC (or 0x6F9EFC) is known color: Cornflower Blue. HEX triplet: 6F, 9E and FC. RGB value is (111,158,252). Sum of RGB (Red+Green+Blue) = 111+158+252=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F9EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9EFC is #906103. Grayscale: #9A9A9A. Windows color (decimal): -9462020 or 16555631. OLE color: 16555631.
HSL color Cylindrical-coordinate representation of color #6F9EFC: hue angle of 220º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F9EFC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 158 | 252 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.01 |
| HSL | 220º | 0.96% | 0.71% | - |
| HSV(B) | 220º | 0.56% | 0.99% | - |
| XYZ | 36.35 | 34.86 | 96.91 | - |
| YUV | 154.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 158 | 252 | 0.56 | 0.37 | 0 | 0.01 | 220 | 0.96 | 0.71 |
| Hex | 6F | 9E | FC | 38 | 25 | 0 | 1 | DC | 60 | 47 |
| Octal | 157 | 236 | 374 | 70 | 45 | 0 | 1 | 334 | 140 | 107 |
| Binary | 1101111 | 10011110 | 11111100 | 111000 | 100101 | 0 | 1 | 11011100 | 1100000 | 1000111 |
Color Harmonies of #6F9EFC
Complementary color
Monochromatic Colors of #6F9EFC
Black with #6F9EFC
Text Example
Text Example
White with #6F9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9EFC; }
p { color: rgb(111,158,252); }
H1.HeaderClassName
{
color: #6F9EFC;
}
.AnyTagClassName
{
color: #6F9EFC;
}
</style>
background-color css
<style>
a { background-color: #6F9EFC; }
a { background-color: rgb(111,158,252); }
div.DivClassName
{
background-color: #6F9EFC;
}
.BgClassName
{
background-color: #6F9EFC;
}
</style>
border-color css
<style>
span { border-color: #6F9EFC; }
span { border-color: rgb(111,158,252); }
td.TdClassName
{
border-color: #6F9EFC;
}
.TagClassName
{
border-color: #6F9EFC;
}
</style>