Shades of Cornflower Blue #6292DC
Tints of Cornflower Blue #6292DC
RGB
CMYK
RGB Variations
Color information
#6292DC (or 0x6292DC) is known color: Cornflower Blue. HEX triplet: 62, 92 and DC. RGB value is (98,146,220). Sum of RGB (Red+Green+Blue) = 98+146+220=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #6292DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6292DC is #9D6D23. Grayscale: #8B8B8B. Windows color (decimal): -10317092 or 14455394. OLE color: 14455394.
HSL color Cylindrical-coordinate representation of color #6292DC: hue angle of 216.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6292DC is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 146 | 220 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.14 |
| HSL | 216.39º | 0.64% | 0.62% | - |
| HSV(B) | 216.39º | 0.55% | 0.86% | - |
| XYZ | 28.23 | 28.32 | 71.69 | - |
| YUV | 140.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 220 | 0.55 | 0.34 | 0 | 0.14 | 216.39 | 0.64 | 0.62 |
| Hex | 62 | 92 | DC | 37 | 22 | 0 | E | D8 | 40 | 3E |
| Octal | 142 | 222 | 334 | 67 | 42 | 0 | 16 | 330 | 100 | 76 |
| Binary | 1100010 | 10010010 | 11011100 | 110111 | 100010 | 0 | 1110 | 11011000 | 1000000 | 111110 |
Color Harmonies of #6292DC
Complementary color
Monochromatic Colors of #6292DC
Black with #6292DC
Text Example
Text Example
White with #6292DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6292DC; }
p { color: rgb(98,146,220); }
H1.HeaderClassName
{
color: #6292DC;
}
.AnyTagClassName
{
color: #6292DC;
}
</style>
background-color css
<style>
a { background-color: #6292DC; }
a { background-color: rgb(98,146,220); }
div.DivClassName
{
background-color: #6292DC;
}
.BgClassName
{
background-color: #6292DC;
}
</style>
border-color css
<style>
span { border-color: #6292DC; }
span { border-color: rgb(98,146,220); }
td.TdClassName
{
border-color: #6292DC;
}
.TagClassName
{
border-color: #6292DC;
}
</style>