Shades of Cornflower Blue #629AFE
Tints of Cornflower Blue #629AFE
RGB
CMYK
RGB Variations
Color information
#629AFE (or 0x629AFE) is known color: Cornflower Blue. HEX triplet: 62, 9A and FE. RGB value is (98,154,254). Sum of RGB (Red+Green+Blue) = 98+154+254=506 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.37% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #629AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629AFE is #9D6501. Grayscale: #949494. Windows color (decimal): -10315010 or 16685666. OLE color: 16685666.
HSL color Cylindrical-coordinate representation of color #629AFE: hue angle of 218.46º 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 #629AFE is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 154 | 254 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.00 |
| HSL | 218.46º | 0.99% | 0.69% | - |
| HSV(B) | 218.46º | 0.61% | 1% | - |
| XYZ | 34.48 | 32.86 | 98.29 | - |
| YUV | 148.66 | 187.45 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 254 | 0.61 | 0.39 | 0 | 0.00 | 218.46 | 0.99 | 0.69 |
| Hex | 62 | 9A | FE | 3D | 27 | 0 | 0 | DA | 63 | 45 |
| Octal | 142 | 232 | 376 | 75 | 47 | 0 | 0 | 332 | 143 | 105 |
| Binary | 1100010 | 10011010 | 11111110 | 111101 | 100111 | 0 | 0 | 11011010 | 1100011 | 1000101 |
Color Harmonies of #629AFE
Complementary color
Monochromatic Colors of #629AFE
Black with #629AFE
Text Example
Text Example
White with #629AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629AFE; }
p { color: rgb(98,154,254); }
H1.HeaderClassName
{
color: #629AFE;
}
.AnyTagClassName
{
color: #629AFE;
}
</style>
background-color css
<style>
a { background-color: #629AFE; }
a { background-color: rgb(98,154,254); }
div.DivClassName
{
background-color: #629AFE;
}
.BgClassName
{
background-color: #629AFE;
}
</style>
border-color css
<style>
span { border-color: #629AFE; }
span { border-color: rgb(98,154,254); }
td.TdClassName
{
border-color: #629AFE;
}
.TagClassName
{
border-color: #629AFE;
}
</style>