Shades of Cornflower Blue #6479EE
Tints of Cornflower Blue #6479EE
RGB
CMYK
RGB Variations
Color information
#6479EE (or 0x6479EE) is known color: Cornflower Blue. HEX triplet: 64, 79 and EE. RGB value is (100,121,238). Sum of RGB (Red+Green+Blue) = 100+121+238=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #6479EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6479EE is #9B8611. Grayscale: #7F7F7F. Windows color (decimal): -10192402 or 15628644. OLE color: 15628644.
HSL color Cylindrical-coordinate representation of color #6479EE: hue angle of 230.87º degrees, saturation: 0.8, 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 #6479EE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 121 | 238 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.07 |
| HSL | 230.87º | 0.8% | 0.66% | - |
| HSV(B) | 230.87º | 0.58% | 0.93% | - |
| XYZ | 27.53 | 22.56 | 83.79 | - |
| YUV | 128.06 | 190.04 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 238 | 0.58 | 0.49 | 0 | 0.07 | 230.87 | 0.8 | 0.66 |
| Hex | 64 | 79 | EE | 3A | 31 | 0 | 7 | E7 | 50 | 42 |
| Octal | 144 | 171 | 356 | 72 | 61 | 0 | 7 | 347 | 120 | 102 |
| Binary | 1100100 | 1111001 | 11101110 | 111010 | 110001 | 0 | 111 | 11100111 | 1010000 | 1000010 |
Color Harmonies of #6479EE
Complementary color
Monochromatic Colors of #6479EE
Black with #6479EE
Text Example
Text Example
White with #6479EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479EE; }
p { color: rgb(100,121,238); }
H1.HeaderClassName
{
color: #6479EE;
}
.AnyTagClassName
{
color: #6479EE;
}
</style>
background-color css
<style>
a { background-color: #6479EE; }
a { background-color: rgb(100,121,238); }
div.DivClassName
{
background-color: #6479EE;
}
.BgClassName
{
background-color: #6479EE;
}
</style>
border-color css
<style>
span { border-color: #6479EE; }
span { border-color: rgb(100,121,238); }
td.TdClassName
{
border-color: #6479EE;
}
.TagClassName
{
border-color: #6479EE;
}
</style>