Shades of Cornflower Blue #6477E0
Tints of Cornflower Blue #6477E0
RGB
CMYK
RGB Variations
Color information
#6477E0 (or 0x6477E0) is known color: Cornflower Blue. HEX triplet: 64, 77 and E0. RGB value is (100,119,224). Sum of RGB (Red+Green+Blue) = 100+119+224=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #6477E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6477E0 is #9B881F. Grayscale: #7C7C7C. Windows color (decimal): -10192928 or 14710628. OLE color: 14710628.
HSL color Cylindrical-coordinate representation of color #6477E0: hue angle of 230.81º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6477E0 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 119 | 224 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.12 |
| HSL | 230.81º | 0.67% | 0.64% | - |
| HSV(B) | 230.81º | 0.55% | 0.88% | - |
| XYZ | 25.31 | 21.28 | 73.3 | - |
| YUV | 125.29 | 183.71 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 224 | 0.55 | 0.47 | 0 | 0.12 | 230.81 | 0.67 | 0.64 |
| Hex | 64 | 77 | E0 | 37 | 2F | 0 | C | E7 | 43 | 40 |
| Octal | 144 | 167 | 340 | 67 | 57 | 0 | 14 | 347 | 103 | 100 |
| Binary | 1100100 | 1110111 | 11100000 | 110111 | 101111 | 0 | 1100 | 11100111 | 1000011 | 1000000 |
Color Harmonies of #6477E0
Complementary color
Monochromatic Colors of #6477E0
Black with #6477E0
Text Example
Text Example
White with #6477E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6477E0; }
p { color: rgb(100,119,224); }
H1.HeaderClassName
{
color: #6477E0;
}
.AnyTagClassName
{
color: #6477E0;
}
</style>
background-color css
<style>
a { background-color: #6477E0; }
a { background-color: rgb(100,119,224); }
div.DivClassName
{
background-color: #6477E0;
}
.BgClassName
{
background-color: #6477E0;
}
</style>
border-color css
<style>
span { border-color: #6477E0; }
span { border-color: rgb(100,119,224); }
td.TdClassName
{
border-color: #6477E0;
}
.TagClassName
{
border-color: #6477E0;
}
</style>