Shades of Cornflower Blue #6288DA
Tints of Cornflower Blue #6288DA
RGB
CMYK
RGB Variations
Color information
#6288DA (or 0x6288DA) is known color: Cornflower Blue. HEX triplet: 62, 88 and DA. RGB value is (98,136,218). Sum of RGB (Red+Green+Blue) = 98+136+218=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #6288DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6288DA is #9D7725. Grayscale: #858585. Windows color (decimal): -10319654 or 14321762. OLE color: 14321762.
HSL color Cylindrical-coordinate representation of color #6288DA: hue angle of 221º 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 #6288DA is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 136 | 218 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.15 |
| HSL | 221º | 0.62% | 0.62% | - |
| HSV(B) | 221º | 0.55% | 0.85% | - |
| XYZ | 26.5 | 25.27 | 69.81 | - |
| YUV | 133.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 218 | 0.55 | 0.38 | 0 | 0.15 | 221 | 0.62 | 0.62 |
| Hex | 62 | 88 | DA | 37 | 26 | 0 | F | DD | 3E | 3E |
| Octal | 142 | 210 | 332 | 67 | 46 | 0 | 17 | 335 | 76 | 76 |
| Binary | 1100010 | 10001000 | 11011010 | 110111 | 100110 | 0 | 1111 | 11011101 | 111110 | 111110 |
Color Harmonies of #6288DA
Complementary color
Monochromatic Colors of #6288DA
Black with #6288DA
Text Example
Text Example
White with #6288DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6288DA; }
p { color: rgb(98,136,218); }
H1.HeaderClassName
{
color: #6288DA;
}
.AnyTagClassName
{
color: #6288DA;
}
</style>
background-color css
<style>
a { background-color: #6288DA; }
a { background-color: rgb(98,136,218); }
div.DivClassName
{
background-color: #6288DA;
}
.BgClassName
{
background-color: #6288DA;
}
</style>
border-color css
<style>
span { border-color: #6288DA; }
span { border-color: rgb(98,136,218); }
td.TdClassName
{
border-color: #6288DA;
}
.TagClassName
{
border-color: #6288DA;
}
</style>