Shades of Cornflower Blue #6C92E1
Tints of Cornflower Blue #6C92E1
RGB
CMYK
RGB Variations
Color information
#6C92E1 (or 0x6C92E1) is known color: Cornflower Blue. HEX triplet: 6C, 92 and E1. RGB value is (108,146,225). Sum of RGB (Red+Green+Blue) = 108+146+225=479 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.55% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #6C92E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C92E1 is #936D1E. Grayscale: #8F8F8F. Windows color (decimal): -9661727 or 14783084. OLE color: 14783084.
HSL color Cylindrical-coordinate representation of color #6C92E1: hue angle of 220.51º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C92E1 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 146 | 225 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.12 |
| HSL | 220.51º | 0.66% | 0.65% | - |
| HSV(B) | 220.51º | 0.52% | 0.88% | - |
| XYZ | 30.05 | 29.18 | 75.28 | - |
| YUV | 143.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 225 | 0.52 | 0.35 | 0 | 0.12 | 220.51 | 0.66 | 0.65 |
| Hex | 6C | 92 | E1 | 34 | 23 | 0 | C | DD | 42 | 41 |
| Octal | 154 | 222 | 341 | 64 | 43 | 0 | 14 | 335 | 102 | 101 |
| Binary | 1101100 | 10010010 | 11100001 | 110100 | 100011 | 0 | 1100 | 11011101 | 1000010 | 1000001 |
Color Harmonies of #6C92E1
Complementary color
Monochromatic Colors of #6C92E1
Black with #6C92E1
Text Example
Text Example
White with #6C92E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C92E1; }
p { color: rgb(108,146,225); }
H1.HeaderClassName
{
color: #6C92E1;
}
.AnyTagClassName
{
color: #6C92E1;
}
</style>
background-color css
<style>
a { background-color: #6C92E1; }
a { background-color: rgb(108,146,225); }
div.DivClassName
{
background-color: #6C92E1;
}
.BgClassName
{
background-color: #6C92E1;
}
</style>
border-color css
<style>
span { border-color: #6C92E1; }
span { border-color: rgb(108,146,225); }
td.TdClassName
{
border-color: #6C92E1;
}
.TagClassName
{
border-color: #6C92E1;
}
</style>