Shades of Cornflower Blue #629EFF
Tints of Cornflower Blue #629EFF
RGB
CMYK
RGB Variations
Color information
#629EFF (or 0x629EFF) is known color: Cornflower Blue. HEX triplet: 62, 9E and FF. RGB value is (98,158,255). Sum of RGB (Red+Green+Blue) = 98+158+255=511 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.18% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #629EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EFF is #9D6100. Grayscale: #969696. Windows color (decimal): -10313985 or 16752226. OLE color: 16752226.
HSL color Cylindrical-coordinate representation of color #629EFF: hue angle of 217.07º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #629EFF is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 158 | 255 | - |
| CMYK | 0.62 | 0.38 | 0 | 0 |
| HSL | 217.07º | 1% | 0.69% | - |
| HSV(B) | 217.07º | 0.62% | 1% | - |
| XYZ | 35.31 | 34.27 | 99.36 | - |
| YUV | 151.12 | 186.62 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 255 | 0.62 | 0.38 | 0 | 0 | 217.07 | 1 | 0.69 |
| Hex | 62 | 9E | FF | 3E | 26 | 0 | 0 | D9 | 64 | 45 |
| Octal | 142 | 236 | 377 | 76 | 46 | 0 | 0 | 331 | 144 | 105 |
| Binary | 1100010 | 10011110 | 11111111 | 111110 | 100110 | 0 | 0 | 11011001 | 1100100 | 1000101 |
Color Harmonies of #629EFF
Complementary color
Monochromatic Colors of #629EFF
Black with #629EFF
Text Example
Text Example
White with #629EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629EFF; }
p { color: rgb(98,158,255); }
H1.HeaderClassName
{
color: #629EFF;
}
.AnyTagClassName
{
color: #629EFF;
}
</style>
background-color css
<style>
a { background-color: #629EFF; }
a { background-color: rgb(98,158,255); }
div.DivClassName
{
background-color: #629EFF;
}
.BgClassName
{
background-color: #629EFF;
}
</style>
border-color css
<style>
span { border-color: #629EFF; }
span { border-color: rgb(98,158,255); }
td.TdClassName
{
border-color: #629EFF;
}
.TagClassName
{
border-color: #629EFF;
}
</style>