Shades of Cornflower Blue #6293DE
Tints of Cornflower Blue #6293DE
RGB
CMYK
RGB Variations
Color information
#6293DE (or 0x6293DE) is known color: Cornflower Blue. HEX triplet: 62, 93 and DE. RGB value is (98,147,222). Sum of RGB (Red+Green+Blue) = 98+147+222=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #6293DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6293DE is #9D6C21. Grayscale: #8C8C8C. Windows color (decimal): -10316834 or 14586722. OLE color: 14586722.
HSL color Cylindrical-coordinate representation of color #6293DE: hue angle of 216.29º degrees, saturation: 0.65, 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 #6293DE is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 147 | 222 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.13 |
| HSL | 216.29º | 0.65% | 0.63% | - |
| HSV(B) | 216.29º | 0.56% | 0.87% | - |
| XYZ | 28.66 | 28.74 | 73.14 | - |
| YUV | 140.9 | 173.77 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 222 | 0.56 | 0.34 | 0 | 0.13 | 216.29 | 0.65 | 0.63 |
| Hex | 62 | 93 | DE | 38 | 22 | 0 | D | D8 | 41 | 3F |
| Octal | 142 | 223 | 336 | 70 | 42 | 0 | 15 | 330 | 101 | 77 |
| Binary | 1100010 | 10010011 | 11011110 | 111000 | 100010 | 0 | 1101 | 11011000 | 1000001 | 111111 |
Color Harmonies of #6293DE
Complementary color
Monochromatic Colors of #6293DE
Black with #6293DE
Text Example
Text Example
White with #6293DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293DE; }
p { color: rgb(98,147,222); }
H1.HeaderClassName
{
color: #6293DE;
}
.AnyTagClassName
{
color: #6293DE;
}
</style>
background-color css
<style>
a { background-color: #6293DE; }
a { background-color: rgb(98,147,222); }
div.DivClassName
{
background-color: #6293DE;
}
.BgClassName
{
background-color: #6293DE;
}
</style>
border-color css
<style>
span { border-color: #6293DE; }
span { border-color: rgb(98,147,222); }
td.TdClassName
{
border-color: #6293DE;
}
.TagClassName
{
border-color: #6293DE;
}
</style>