Shades of Cornflower Blue #6C92F0
Tints of Cornflower Blue #6C92F0
RGB
CMYK
RGB Variations
Color information
#6C92F0 (or 0x6C92F0) is known color: Cornflower Blue. HEX triplet: 6C, 92 and F0. RGB value is (108,146,240). Sum of RGB (Red+Green+Blue) = 108+146+240=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #6C92F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C92F0 is #936D0F. Grayscale: #909090. Windows color (decimal): -9661712 or 15766124. OLE color: 15766124.
HSL color Cylindrical-coordinate representation of color #6C92F0: hue angle of 222.73º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C92F0 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 146 | 240 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.06 |
| HSL | 222.73º | 0.81% | 0.68% | - |
| HSV(B) | 222.73º | 0.55% | 0.94% | - |
| XYZ | 32.19 | 30.04 | 86.54 | - |
| YUV | 145.35 | 181.41 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 240 | 0.55 | 0.39 | 0 | 0.06 | 222.73 | 0.81 | 0.68 |
| Hex | 6C | 92 | F0 | 37 | 27 | 0 | 6 | DF | 51 | 44 |
| Octal | 154 | 222 | 360 | 67 | 47 | 0 | 6 | 337 | 121 | 104 |
| Binary | 1101100 | 10010010 | 11110000 | 110111 | 100111 | 0 | 110 | 11011111 | 1010001 | 1000100 |
Color Harmonies of #6C92F0
Complementary color
Monochromatic Colors of #6C92F0
Black with #6C92F0
Text Example
Text Example
White with #6C92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C92F0; }
p { color: rgb(108,146,240); }
H1.HeaderClassName
{
color: #6C92F0;
}
.AnyTagClassName
{
color: #6C92F0;
}
</style>
background-color css
<style>
a { background-color: #6C92F0; }
a { background-color: rgb(108,146,240); }
div.DivClassName
{
background-color: #6C92F0;
}
.BgClassName
{
background-color: #6C92F0;
}
</style>
border-color css
<style>
span { border-color: #6C92F0; }
span { border-color: rgb(108,146,240); }
td.TdClassName
{
border-color: #6C92F0;
}
.TagClassName
{
border-color: #6C92F0;
}
</style>