Shades of Cornflower Blue #629CE6
Tints of Cornflower Blue #629CE6
RGB
CMYK
RGB Variations
Color information
#629CE6 (or 0x629CE6) is known color: Cornflower Blue. HEX triplet: 62, 9C and E6. RGB value is (98,156,230). Sum of RGB (Red+Green+Blue) = 98+156+230=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #629CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CE6 is #9D6319. Grayscale: #929292. Windows color (decimal): -10314522 or 15113314. OLE color: 15113314.
HSL color Cylindrical-coordinate representation of color #629CE6: hue angle of 213.64º 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 #629CE6 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 156 | 230 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.10 |
| HSL | 213.64º | 0.73% | 0.64% | - |
| HSV(B) | 213.64º | 0.57% | 0.9% | - |
| XYZ | 31.21 | 32.09 | 79.41 | - |
| YUV | 147.09 | 174.78 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 230 | 0.57 | 0.32 | 0 | 0.10 | 213.64 | 0.73 | 0.64 |
| Hex | 62 | 9C | E6 | 39 | 20 | 0 | A | D6 | 49 | 40 |
| Octal | 142 | 234 | 346 | 71 | 40 | 0 | 12 | 326 | 111 | 100 |
| Binary | 1100010 | 10011100 | 11100110 | 111001 | 100000 | 0 | 1010 | 11010110 | 1001001 | 1000000 |
Color Harmonies of #629CE6
Complementary color
Monochromatic Colors of #629CE6
Black with #629CE6
Text Example
Text Example
White with #629CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CE6; }
p { color: rgb(98,156,230); }
H1.HeaderClassName
{
color: #629CE6;
}
.AnyTagClassName
{
color: #629CE6;
}
</style>
background-color css
<style>
a { background-color: #629CE6; }
a { background-color: rgb(98,156,230); }
div.DivClassName
{
background-color: #629CE6;
}
.BgClassName
{
background-color: #629CE6;
}
</style>
border-color css
<style>
span { border-color: #629CE6; }
span { border-color: rgb(98,156,230); }
td.TdClassName
{
border-color: #629CE6;
}
.TagClassName
{
border-color: #629CE6;
}
</style>