Shades of Cornflower Blue #628CE6
Tints of Cornflower Blue #628CE6
RGB
CMYK
RGB Variations
Color information
#628CE6 (or 0x628CE6) is known color: Cornflower Blue. HEX triplet: 62, 8C and E6. RGB value is (98,140,230). Sum of RGB (Red+Green+Blue) = 98+140+230=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #628CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628CE6 is #9D7319. Grayscale: #898989. Windows color (decimal): -10318618 or 15109218. OLE color: 15109218.
HSL color Cylindrical-coordinate representation of color #628CE6: hue angle of 220.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #628CE6 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 140 | 230 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.10 |
| HSL | 220.91º | 0.73% | 0.64% | - |
| HSV(B) | 220.91º | 0.57% | 0.9% | - |
| XYZ | 28.7 | 27.07 | 78.57 | - |
| YUV | 137.7 | 180.09 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 230 | 0.57 | 0.39 | 0 | 0.10 | 220.91 | 0.73 | 0.64 |
| Hex | 62 | 8C | E6 | 39 | 27 | 0 | A | DD | 49 | 40 |
| Octal | 142 | 214 | 346 | 71 | 47 | 0 | 12 | 335 | 111 | 100 |
| Binary | 1100010 | 10001100 | 11100110 | 111001 | 100111 | 0 | 1010 | 11011101 | 1001001 | 1000000 |
Color Harmonies of #628CE6
Complementary color
Monochromatic Colors of #628CE6
Black with #628CE6
Text Example
Text Example
White with #628CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CE6; }
p { color: rgb(98,140,230); }
H1.HeaderClassName
{
color: #628CE6;
}
.AnyTagClassName
{
color: #628CE6;
}
</style>
background-color css
<style>
a { background-color: #628CE6; }
a { background-color: rgb(98,140,230); }
div.DivClassName
{
background-color: #628CE6;
}
.BgClassName
{
background-color: #628CE6;
}
</style>
border-color css
<style>
span { border-color: #628CE6; }
span { border-color: rgb(98,140,230); }
td.TdClassName
{
border-color: #628CE6;
}
.TagClassName
{
border-color: #628CE6;
}
</style>