Shades of Cornflower Blue #628FE6
Tints of Cornflower Blue #628FE6
RGB
CMYK
RGB Variations
Color information
#628FE6 (or 0x628FE6) is known color: Cornflower Blue. HEX triplet: 62, 8F and E6. RGB value is (98,143,230). Sum of RGB (Red+Green+Blue) = 98+143+230=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #628FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628FE6 is #9D7019. Grayscale: #8B8B8B. Windows color (decimal): -10317850 or 15109986. OLE color: 15109986.
HSL color Cylindrical-coordinate representation of color #628FE6: hue angle of 219.55º 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 #628FE6 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 143 | 230 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.10 |
| HSL | 219.55º | 0.73% | 0.64% | - |
| HSV(B) | 219.55º | 0.57% | 0.9% | - |
| XYZ | 29.14 | 27.95 | 78.72 | - |
| YUV | 139.46 | 179.09 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 230 | 0.57 | 0.38 | 0 | 0.10 | 219.55 | 0.73 | 0.64 |
| Hex | 62 | 8F | E6 | 39 | 26 | 0 | A | DC | 49 | 40 |
| Octal | 142 | 217 | 346 | 71 | 46 | 0 | 12 | 334 | 111 | 100 |
| Binary | 1100010 | 10001111 | 11100110 | 111001 | 100110 | 0 | 1010 | 11011100 | 1001001 | 1000000 |
Color Harmonies of #628FE6
Complementary color
Monochromatic Colors of #628FE6
Black with #628FE6
Text Example
Text Example
White with #628FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FE6; }
p { color: rgb(98,143,230); }
H1.HeaderClassName
{
color: #628FE6;
}
.AnyTagClassName
{
color: #628FE6;
}
</style>
background-color css
<style>
a { background-color: #628FE6; }
a { background-color: rgb(98,143,230); }
div.DivClassName
{
background-color: #628FE6;
}
.BgClassName
{
background-color: #628FE6;
}
</style>
border-color css
<style>
span { border-color: #628FE6; }
span { border-color: rgb(98,143,230); }
td.TdClassName
{
border-color: #628FE6;
}
.TagClassName
{
border-color: #628FE6;
}
</style>