Shades of Cornflower Blue #6479ED
Tints of Cornflower Blue #6479ED
RGB
CMYK
RGB Variations
Color information
#6479ED (or 0x6479ED) is known color: Cornflower Blue. HEX triplet: 64, 79 and ED. RGB value is (100,121,237). Sum of RGB (Red+Green+Blue) = 100+121+237=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #6479ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6479ED is #9B8612. Grayscale: #7F7F7F. Windows color (decimal): -10192403 or 15563108. OLE color: 15563108.
HSL color Cylindrical-coordinate representation of color #6479ED: hue angle of 230.8º degrees, saturation: 0.79, 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 #6479ED is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 121 | 237 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.07 |
| HSL | 230.8º | 0.79% | 0.66% | - |
| HSV(B) | 230.8º | 0.58% | 0.93% | - |
| XYZ | 27.38 | 22.5 | 83.02 | - |
| YUV | 127.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 237 | 0.58 | 0.49 | 0 | 0.07 | 230.8 | 0.79 | 0.66 |
| Hex | 64 | 79 | ED | 3A | 31 | 0 | 7 | E7 | 4F | 42 |
| Octal | 144 | 171 | 355 | 72 | 61 | 0 | 7 | 347 | 117 | 102 |
| Binary | 1100100 | 1111001 | 11101101 | 111010 | 110001 | 0 | 111 | 11100111 | 1001111 | 1000010 |
Color Harmonies of #6479ED
Complementary color
Monochromatic Colors of #6479ED
Black with #6479ED
Text Example
Text Example
White with #6479ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479ED; }
p { color: rgb(100,121,237); }
H1.HeaderClassName
{
color: #6479ED;
}
.AnyTagClassName
{
color: #6479ED;
}
</style>
background-color css
<style>
a { background-color: #6479ED; }
a { background-color: rgb(100,121,237); }
div.DivClassName
{
background-color: #6479ED;
}
.BgClassName
{
background-color: #6479ED;
}
</style>
border-color css
<style>
span { border-color: #6479ED; }
span { border-color: rgb(100,121,237); }
td.TdClassName
{
border-color: #6479ED;
}
.TagClassName
{
border-color: #6479ED;
}
</style>