Shades of Cornflower Blue #627CE6
Tints of Cornflower Blue #627CE6
RGB
CMYK
RGB Variations
Color information
#627CE6 (or 0x627CE6) is known color: Cornflower Blue. HEX triplet: 62, 7C and E6. RGB value is (98,124,230). Sum of RGB (Red+Green+Blue) = 98+124+230=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #627CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627CE6 is #9D8319. Grayscale: #7F7F7F. Windows color (decimal): -10322714 or 15105122. OLE color: 15105122.
HSL color Cylindrical-coordinate representation of color #627CE6: hue angle of 228.18º 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 #627CE6 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 124 | 230 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.10 |
| HSL | 228.18º | 0.73% | 0.64% | - |
| HSV(B) | 228.18º | 0.57% | 0.9% | - |
| XYZ | 26.53 | 22.73 | 77.85 | - |
| YUV | 128.31 | 185.39 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 230 | 0.57 | 0.46 | 0 | 0.10 | 228.18 | 0.73 | 0.64 |
| Hex | 62 | 7C | E6 | 39 | 2E | 0 | A | E4 | 49 | 40 |
| Octal | 142 | 174 | 346 | 71 | 56 | 0 | 12 | 344 | 111 | 100 |
| Binary | 1100010 | 1111100 | 11100110 | 111001 | 101110 | 0 | 1010 | 11100100 | 1001001 | 1000000 |
Color Harmonies of #627CE6
Complementary color
Monochromatic Colors of #627CE6
Black with #627CE6
Text Example
Text Example
White with #627CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627CE6; }
p { color: rgb(98,124,230); }
H1.HeaderClassName
{
color: #627CE6;
}
.AnyTagClassName
{
color: #627CE6;
}
</style>
background-color css
<style>
a { background-color: #627CE6; }
a { background-color: rgb(98,124,230); }
div.DivClassName
{
background-color: #627CE6;
}
.BgClassName
{
background-color: #627CE6;
}
</style>
border-color css
<style>
span { border-color: #627CE6; }
span { border-color: rgb(98,124,230); }
td.TdClassName
{
border-color: #627CE6;
}
.TagClassName
{
border-color: #627CE6;
}
</style>