Shades of Cornflower Blue #6286DA
Tints of Cornflower Blue #6286DA
RGB
CMYK
RGB Variations
Color information
#6286DA (or 0x6286DA) is known color: Cornflower Blue. HEX triplet: 62, 86 and DA. RGB value is (98,134,218). Sum of RGB (Red+Green+Blue) = 98+134+218=450 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.78% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #6286DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286DA is #9D7925. Grayscale: #848484. Windows color (decimal): -10320166 or 14321250. OLE color: 14321250.
HSL color Cylindrical-coordinate representation of color #6286DA: hue angle of 222º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6286DA is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 134 | 218 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.15 |
| HSL | 222º | 0.62% | 0.62% | - |
| HSV(B) | 222º | 0.55% | 0.85% | - |
| XYZ | 26.22 | 24.71 | 69.72 | - |
| YUV | 132.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 218 | 0.55 | 0.39 | 0 | 0.15 | 222 | 0.62 | 0.62 |
| Hex | 62 | 86 | DA | 37 | 27 | 0 | F | DE | 3E | 3E |
| Octal | 142 | 206 | 332 | 67 | 47 | 0 | 17 | 336 | 76 | 76 |
| Binary | 1100010 | 10000110 | 11011010 | 110111 | 100111 | 0 | 1111 | 11011110 | 111110 | 111110 |
Color Harmonies of #6286DA
Complementary color
Monochromatic Colors of #6286DA
Black with #6286DA
Text Example
Text Example
White with #6286DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6286DA; }
p { color: rgb(98,134,218); }
H1.HeaderClassName
{
color: #6286DA;
}
.AnyTagClassName
{
color: #6286DA;
}
</style>
background-color css
<style>
a { background-color: #6286DA; }
a { background-color: rgb(98,134,218); }
div.DivClassName
{
background-color: #6286DA;
}
.BgClassName
{
background-color: #6286DA;
}
</style>
border-color css
<style>
span { border-color: #6286DA; }
span { border-color: rgb(98,134,218); }
td.TdClassName
{
border-color: #6286DA;
}
.TagClassName
{
border-color: #6286DA;
}
</style>