Shades of Cornflower Blue #6295DD
Tints of Cornflower Blue #6295DD
RGB
CMYK
RGB Variations
Color information
#6295DD (or 0x6295DD) is known color: Cornflower Blue. HEX triplet: 62, 95 and DD. RGB value is (98,149,221). Sum of RGB (Red+Green+Blue) = 98+149+221=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #6295DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6295DD is #9D6A22. Grayscale: #8D8D8D. Windows color (decimal): -10316323 or 14521698. OLE color: 14521698.
HSL color Cylindrical-coordinate representation of color #6295DD: hue angle of 215.12º 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 #6295DD is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 149 | 221 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.13 |
| HSL | 215.12º | 0.64% | 0.63% | - |
| HSV(B) | 215.12º | 0.56% | 0.87% | - |
| XYZ | 28.84 | 29.31 | 72.54 | - |
| YUV | 141.96 | 172.6 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 221 | 0.56 | 0.33 | 0 | 0.13 | 215.12 | 0.64 | 0.63 |
| Hex | 62 | 95 | DD | 38 | 21 | 0 | D | D7 | 40 | 3F |
| Octal | 142 | 225 | 335 | 70 | 41 | 0 | 15 | 327 | 100 | 77 |
| Binary | 1100010 | 10010101 | 11011101 | 111000 | 100001 | 0 | 1101 | 11010111 | 1000000 | 111111 |
Color Harmonies of #6295DD
Complementary color
Monochromatic Colors of #6295DD
Black with #6295DD
Text Example
Text Example
White with #6295DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6295DD; }
p { color: rgb(98,149,221); }
H1.HeaderClassName
{
color: #6295DD;
}
.AnyTagClassName
{
color: #6295DD;
}
</style>
background-color css
<style>
a { background-color: #6295DD; }
a { background-color: rgb(98,149,221); }
div.DivClassName
{
background-color: #6295DD;
}
.BgClassName
{
background-color: #6295DD;
}
</style>
border-color css
<style>
span { border-color: #6295DD; }
span { border-color: rgb(98,149,221); }
td.TdClassName
{
border-color: #6295DD;
}
.TagClassName
{
border-color: #6295DD;
}
</style>