Shades of Cornflower Blue #629FFE
Tints of Cornflower Blue #629FFE
RGB
CMYK
RGB Variations
Color information
#629FFE (or 0x629FFE) is known color: Cornflower Blue. HEX triplet: 62, 9F and FE. RGB value is (98,159,254). Sum of RGB (Red+Green+Blue) = 98+159+254=511 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.18% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #629FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629FFE is #9D6001. Grayscale: #979797. Windows color (decimal): -10313730 or 16686946. OLE color: 16686946.
HSL color Cylindrical-coordinate representation of color #629FFE: hue angle of 216.54º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #629FFE is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 159 | 254 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.00 |
| HSL | 216.54º | 0.99% | 0.69% | - |
| HSV(B) | 216.54º | 0.61% | 1% | - |
| XYZ | 35.32 | 34.55 | 98.57 | - |
| YUV | 151.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 254 | 0.61 | 0.37 | 0 | 0.00 | 216.54 | 0.99 | 0.69 |
| Hex | 62 | 9F | FE | 3D | 25 | 0 | 0 | D9 | 63 | 45 |
| Octal | 142 | 237 | 376 | 75 | 45 | 0 | 0 | 331 | 143 | 105 |
| Binary | 1100010 | 10011111 | 11111110 | 111101 | 100101 | 0 | 0 | 11011001 | 1100011 | 1000101 |
Color Harmonies of #629FFE
Complementary color
Monochromatic Colors of #629FFE
Black with #629FFE
Text Example
Text Example
White with #629FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FFE; }
p { color: rgb(98,159,254); }
H1.HeaderClassName
{
color: #629FFE;
}
.AnyTagClassName
{
color: #629FFE;
}
</style>
background-color css
<style>
a { background-color: #629FFE; }
a { background-color: rgb(98,159,254); }
div.DivClassName
{
background-color: #629FFE;
}
.BgClassName
{
background-color: #629FFE;
}
</style>
border-color css
<style>
span { border-color: #629FFE; }
span { border-color: rgb(98,159,254); }
td.TdClassName
{
border-color: #629FFE;
}
.TagClassName
{
border-color: #629FFE;
}
</style>