Shades of Cornflower Blue #629AFF
Tints of Cornflower Blue #629AFF
RGB
CMYK
RGB Variations
Color information
#629AFF (or 0x629AFF) is known color: Cornflower Blue. HEX triplet: 62, 9A and FF. RGB value is (98,154,255). Sum of RGB (Red+Green+Blue) = 98+154+255=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #629AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629AFF is #9D6500. Grayscale: #949494. Windows color (decimal): -10315009 or 16751202. OLE color: 16751202.
HSL color Cylindrical-coordinate representation of color #629AFF: hue angle of 218.6º 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 #629AFF is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 154 | 255 | - |
| CMYK | 0.62 | 0.40 | 0 | 0 |
| HSL | 218.6º | 1% | 0.69% | - |
| HSV(B) | 218.6º | 0.62% | 1% | - |
| XYZ | 34.64 | 32.93 | 99.14 | - |
| YUV | 148.77 | 187.95 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 255 | 0.62 | 0.40 | 0 | 0 | 218.6 | 1 | 0.69 |
| Hex | 62 | 9A | FF | 3E | 28 | 0 | 0 | DB | 64 | 45 |
| Octal | 142 | 232 | 377 | 76 | 50 | 0 | 0 | 333 | 144 | 105 |
| Binary | 1100010 | 10011010 | 11111111 | 111110 | 101000 | 0 | 0 | 11011011 | 1100100 | 1000101 |
Color Harmonies of #629AFF
Complementary color
Monochromatic Colors of #629AFF
Black with #629AFF
Text Example
Text Example
White with #629AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629AFF; }
p { color: rgb(98,154,255); }
H1.HeaderClassName
{
color: #629AFF;
}
.AnyTagClassName
{
color: #629AFF;
}
</style>
background-color css
<style>
a { background-color: #629AFF; }
a { background-color: rgb(98,154,255); }
div.DivClassName
{
background-color: #629AFF;
}
.BgClassName
{
background-color: #629AFF;
}
</style>
border-color css
<style>
span { border-color: #629AFF; }
span { border-color: rgb(98,154,255); }
td.TdClassName
{
border-color: #629AFF;
}
.TagClassName
{
border-color: #629AFF;
}
</style>