Shades of Cornflower Blue #6287DA
Tints of Cornflower Blue #6287DA
RGB
CMYK
RGB Variations
Color information
#6287DA (or 0x6287DA) is known color: Cornflower Blue. HEX triplet: 62, 87 and DA. RGB value is (98,135,218). Sum of RGB (Red+Green+Blue) = 98+135+218=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #6287DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6287DA is #9D7825. Grayscale: #858585. Windows color (decimal): -10319910 or 14321506. OLE color: 14321506.
HSL color Cylindrical-coordinate representation of color #6287DA: hue angle of 221.5º 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 #6287DA is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 135 | 218 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.15 |
| HSL | 221.5º | 0.62% | 0.62% | - |
| HSV(B) | 221.5º | 0.55% | 0.85% | - |
| XYZ | 26.36 | 24.99 | 69.76 | - |
| YUV | 133.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 218 | 0.55 | 0.38 | 0 | 0.15 | 221.5 | 0.62 | 0.62 |
| Hex | 62 | 87 | DA | 37 | 26 | 0 | F | DE | 3E | 3E |
| Octal | 142 | 207 | 332 | 67 | 46 | 0 | 17 | 336 | 76 | 76 |
| Binary | 1100010 | 10000111 | 11011010 | 110111 | 100110 | 0 | 1111 | 11011110 | 111110 | 111110 |
Color Harmonies of #6287DA
Complementary color
Monochromatic Colors of #6287DA
Black with #6287DA
Text Example
Text Example
White with #6287DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6287DA; }
p { color: rgb(98,135,218); }
H1.HeaderClassName
{
color: #6287DA;
}
.AnyTagClassName
{
color: #6287DA;
}
</style>
background-color css
<style>
a { background-color: #6287DA; }
a { background-color: rgb(98,135,218); }
div.DivClassName
{
background-color: #6287DA;
}
.BgClassName
{
background-color: #6287DA;
}
</style>
border-color css
<style>
span { border-color: #6287DA; }
span { border-color: rgb(98,135,218); }
td.TdClassName
{
border-color: #6287DA;
}
.TagClassName
{
border-color: #6287DA;
}
</style>