Shades of Cornflower Blue #6292DD
Tints of Cornflower Blue #6292DD
RGB
CMYK
RGB Variations
Color information
#6292DD (or 0x6292DD) is known color: Cornflower Blue. HEX triplet: 62, 92 and DD. RGB value is (98,146,221). Sum of RGB (Red+Green+Blue) = 98+146+221=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #6292DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6292DD is #9D6D22. Grayscale: #8B8B8B. Windows color (decimal): -10317091 or 14520930. OLE color: 14520930.
HSL color Cylindrical-coordinate representation of color #6292DD: hue angle of 216.59º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6292DD is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 146 | 221 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.13 |
| HSL | 216.59º | 0.64% | 0.63% | - |
| HSV(B) | 216.59º | 0.56% | 0.87% | - |
| XYZ | 28.37 | 28.37 | 72.39 | - |
| YUV | 140.2 | 173.6 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 221 | 0.56 | 0.34 | 0 | 0.13 | 216.59 | 0.64 | 0.63 |
| Hex | 62 | 92 | DD | 38 | 22 | 0 | D | D9 | 40 | 3F |
| Octal | 142 | 222 | 335 | 70 | 42 | 0 | 15 | 331 | 100 | 77 |
| Binary | 1100010 | 10010010 | 11011101 | 111000 | 100010 | 0 | 1101 | 11011001 | 1000000 | 111111 |
Color Harmonies of #6292DD
Complementary color
Monochromatic Colors of #6292DD
Black with #6292DD
Text Example
Text Example
White with #6292DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6292DD; }
p { color: rgb(98,146,221); }
H1.HeaderClassName
{
color: #6292DD;
}
.AnyTagClassName
{
color: #6292DD;
}
</style>
background-color css
<style>
a { background-color: #6292DD; }
a { background-color: rgb(98,146,221); }
div.DivClassName
{
background-color: #6292DD;
}
.BgClassName
{
background-color: #6292DD;
}
</style>
border-color css
<style>
span { border-color: #6292DD; }
span { border-color: rgb(98,146,221); }
td.TdClassName
{
border-color: #6292DD;
}
.TagClassName
{
border-color: #6292DD;
}
</style>