Shades of Cornflower Blue #6292DF
Tints of Cornflower Blue #6292DF
RGB
CMYK
RGB Variations
Color information
#6292DF (or 0x6292DF) is known color: Cornflower Blue. HEX triplet: 62, 92 and DF. RGB value is (98,146,223). Sum of RGB (Red+Green+Blue) = 98+146+223=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #6292DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6292DF is #9D6D20. Grayscale: #8C8C8C. Windows color (decimal): -10317089 or 14652002. OLE color: 14652002.
HSL color Cylindrical-coordinate representation of color #6292DF: hue angle of 216.96º degrees, saturation: 0.66, 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 #6292DF is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 146 | 223 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.13 |
| HSL | 216.96º | 0.66% | 0.63% | - |
| HSV(B) | 216.96º | 0.56% | 0.87% | - |
| XYZ | 28.64 | 28.48 | 73.8 | - |
| YUV | 140.43 | 174.6 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 223 | 0.56 | 0.35 | 0 | 0.13 | 216.96 | 0.66 | 0.63 |
| Hex | 62 | 92 | DF | 38 | 23 | 0 | D | D9 | 42 | 3F |
| Octal | 142 | 222 | 337 | 70 | 43 | 0 | 15 | 331 | 102 | 77 |
| Binary | 1100010 | 10010010 | 11011111 | 111000 | 100011 | 0 | 1101 | 11011001 | 1000010 | 111111 |
Color Harmonies of #6292DF
Complementary color
Monochromatic Colors of #6292DF
Black with #6292DF
Text Example
Text Example
White with #6292DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6292DF; }
p { color: rgb(98,146,223); }
H1.HeaderClassName
{
color: #6292DF;
}
.AnyTagClassName
{
color: #6292DF;
}
</style>
background-color css
<style>
a { background-color: #6292DF; }
a { background-color: rgb(98,146,223); }
div.DivClassName
{
background-color: #6292DF;
}
.BgClassName
{
background-color: #6292DF;
}
</style>
border-color css
<style>
span { border-color: #6292DF; }
span { border-color: rgb(98,146,223); }
td.TdClassName
{
border-color: #6292DF;
}
.TagClassName
{
border-color: #6292DF;
}
</style>