Shades of Cornflower Blue #6C92F1
Tints of Cornflower Blue #6C92F1
RGB
CMYK
RGB Variations
Color information
#6C92F1 (or 0x6C92F1) is known color: Cornflower Blue. HEX triplet: 6C, 92 and F1. RGB value is (108,146,241). Sum of RGB (Red+Green+Blue) = 108+146+241=495 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.82% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C92F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C92F1 is #936D0E. Grayscale: #919191. Windows color (decimal): -9661711 or 15831660. OLE color: 15831660.
HSL color Cylindrical-coordinate representation of color #6C92F1: hue angle of 222.86º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C92F1 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 146 | 241 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.05 |
| HSL | 222.86º | 0.83% | 0.68% | - |
| HSV(B) | 222.86º | 0.55% | 0.95% | - |
| XYZ | 32.34 | 30.1 | 87.32 | - |
| YUV | 145.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 241 | 0.55 | 0.39 | 0 | 0.05 | 222.86 | 0.83 | 0.68 |
| Hex | 6C | 92 | F1 | 37 | 27 | 0 | 5 | DF | 53 | 44 |
| Octal | 154 | 222 | 361 | 67 | 47 | 0 | 5 | 337 | 123 | 104 |
| Binary | 1101100 | 10010010 | 11110001 | 110111 | 100111 | 0 | 101 | 11011111 | 1010011 | 1000100 |
Color Harmonies of #6C92F1
Complementary color
Monochromatic Colors of #6C92F1
Black with #6C92F1
Text Example
Text Example
White with #6C92F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C92F1; }
p { color: rgb(108,146,241); }
H1.HeaderClassName
{
color: #6C92F1;
}
.AnyTagClassName
{
color: #6C92F1;
}
</style>
background-color css
<style>
a { background-color: #6C92F1; }
a { background-color: rgb(108,146,241); }
div.DivClassName
{
background-color: #6C92F1;
}
.BgClassName
{
background-color: #6C92F1;
}
</style>
border-color css
<style>
span { border-color: #6C92F1; }
span { border-color: rgb(108,146,241); }
td.TdClassName
{
border-color: #6C92F1;
}
.TagClassName
{
border-color: #6C92F1;
}
</style>