Shades of Cornflower Blue #6F9EFF
Tints of Cornflower Blue #6F9EFF
RGB
CMYK
RGB Variations
Color information
#6F9EFF (or 0x6F9EFF) is known color: Cornflower Blue. HEX triplet: 6F, 9E and FF. RGB value is (111,158,255). Sum of RGB (Red+Green+Blue) = 111+158+255=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F9EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9EFF is #906100. Grayscale: #9A9A9A. Windows color (decimal): -9462017 or 16752239. OLE color: 16752239.
HSL color Cylindrical-coordinate representation of color #6F9EFF: hue angle of 220.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F9EFF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 158 | 255 | - |
| CMYK | 0.56 | 0.38 | 0 | 0 |
| HSL | 220.42º | 1% | 0.72% | - |
| HSV(B) | 220.42º | 0.56% | 1% | - |
| XYZ | 36.83 | 35.05 | 99.43 | - |
| YUV | 155.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 158 | 255 | 0.56 | 0.38 | 0 | 0 | 220.42 | 1 | 0.72 |
| Hex | 6F | 9E | FF | 38 | 26 | 0 | 0 | DC | 64 | 48 |
| Octal | 157 | 236 | 377 | 70 | 46 | 0 | 0 | 334 | 144 | 110 |
| Binary | 1101111 | 10011110 | 11111111 | 111000 | 100110 | 0 | 0 | 11011100 | 1100100 | 1001000 |
Color Harmonies of #6F9EFF
Complementary color
Monochromatic Colors of #6F9EFF
Black with #6F9EFF
Text Example
Text Example
White with #6F9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9EFF; }
p { color: rgb(111,158,255); }
H1.HeaderClassName
{
color: #6F9EFF;
}
.AnyTagClassName
{
color: #6F9EFF;
}
</style>
background-color css
<style>
a { background-color: #6F9EFF; }
a { background-color: rgb(111,158,255); }
div.DivClassName
{
background-color: #6F9EFF;
}
.BgClassName
{
background-color: #6F9EFF;
}
</style>
border-color css
<style>
span { border-color: #6F9EFF; }
span { border-color: rgb(111,158,255); }
td.TdClassName
{
border-color: #6F9EFF;
}
.TagClassName
{
border-color: #6F9EFF;
}
</style>