Shades of Cornflower Blue #6477EC
Tints of Cornflower Blue #6477EC
RGB
CMYK
RGB Variations
Color information
#6477EC (or 0x6477EC) is known color: Cornflower Blue. HEX triplet: 64, 77 and EC. RGB value is (100,119,236). Sum of RGB (Red+Green+Blue) = 100+119+236=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #6477EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6477EC is #9B8813. Grayscale: #7E7E7E. Windows color (decimal): -10192916 or 15497060. OLE color: 15497060.
HSL color Cylindrical-coordinate representation of color #6477EC: hue angle of 231.62º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6477EC is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 119 | 236 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.07 |
| HSL | 231.62º | 0.78% | 0.66% | - |
| HSV(B) | 231.62º | 0.58% | 0.93% | - |
| XYZ | 26.99 | 21.96 | 82.17 | - |
| YUV | 126.66 | 189.71 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 236 | 0.58 | 0.50 | 0 | 0.07 | 231.62 | 0.78 | 0.66 |
| Hex | 64 | 77 | EC | 3A | 32 | 0 | 7 | E8 | 4E | 42 |
| Octal | 144 | 167 | 354 | 72 | 62 | 0 | 7 | 350 | 116 | 102 |
| Binary | 1100100 | 1110111 | 11101100 | 111010 | 110010 | 0 | 111 | 11101000 | 1001110 | 1000010 |
Color Harmonies of #6477EC
Complementary color
Monochromatic Colors of #6477EC
Black with #6477EC
Text Example
Text Example
White with #6477EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6477EC; }
p { color: rgb(100,119,236); }
H1.HeaderClassName
{
color: #6477EC;
}
.AnyTagClassName
{
color: #6477EC;
}
</style>
background-color css
<style>
a { background-color: #6477EC; }
a { background-color: rgb(100,119,236); }
div.DivClassName
{
background-color: #6477EC;
}
.BgClassName
{
background-color: #6477EC;
}
</style>
border-color css
<style>
span { border-color: #6477EC; }
span { border-color: rgb(100,119,236); }
td.TdClassName
{
border-color: #6477EC;
}
.TagClassName
{
border-color: #6477EC;
}
</style>