Shades of Cornflower Blue #627CF6
Tints of Cornflower Blue #627CF6
RGB
CMYK
RGB Variations
Color information
#627CF6 (or 0x627CF6) is known color: Cornflower Blue. HEX triplet: 62, 7C and F6. RGB value is (98,124,246). Sum of RGB (Red+Green+Blue) = 98+124+246=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #627CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627CF6 is #9D8309. Grayscale: #818181. Windows color (decimal): -10322698 or 16153698. OLE color: 16153698.
HSL color Cylindrical-coordinate representation of color #627CF6: hue angle of 229.46º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #627CF6 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 124 | 246 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.04 |
| HSL | 229.46º | 0.89% | 0.67% | - |
| HSV(B) | 229.46º | 0.6% | 0.96% | - |
| XYZ | 28.88 | 23.67 | 90.23 | - |
| YUV | 130.13 | 193.39 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 246 | 0.60 | 0.50 | 0 | 0.04 | 229.46 | 0.89 | 0.67 |
| Hex | 62 | 7C | F6 | 3C | 32 | 0 | 4 | E5 | 59 | 43 |
| Octal | 142 | 174 | 366 | 74 | 62 | 0 | 4 | 345 | 131 | 103 |
| Binary | 1100010 | 1111100 | 11110110 | 111100 | 110010 | 0 | 100 | 11100101 | 1011001 | 1000011 |
Color Harmonies of #627CF6
Complementary color
Monochromatic Colors of #627CF6
Black with #627CF6
Text Example
Text Example
White with #627CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627CF6; }
p { color: rgb(98,124,246); }
H1.HeaderClassName
{
color: #627CF6;
}
.AnyTagClassName
{
color: #627CF6;
}
</style>
background-color css
<style>
a { background-color: #627CF6; }
a { background-color: rgb(98,124,246); }
div.DivClassName
{
background-color: #627CF6;
}
.BgClassName
{
background-color: #627CF6;
}
</style>
border-color css
<style>
span { border-color: #627CF6; }
span { border-color: rgb(98,124,246); }
td.TdClassName
{
border-color: #627CF6;
}
.TagClassName
{
border-color: #627CF6;
}
</style>