Shades of Cornflower Blue #6479DC
Tints of Cornflower Blue #6479DC
RGB
CMYK
RGB Variations
Color information
#6479DC (or 0x6479DC) is known color: Cornflower Blue. HEX triplet: 64, 79 and DC. RGB value is (100,121,220). Sum of RGB (Red+Green+Blue) = 100+121+220=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #6479DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479DC is #9B8623. Grayscale: #7D7D7D. Windows color (decimal): -10192420 or 14448996. OLE color: 14448996.
HSL color Cylindrical-coordinate representation of color #6479DC: hue angle of 229.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6479DC is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 121 | 220 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.14 |
| HSL | 229.5º | 0.63% | 0.63% | - |
| HSV(B) | 229.5º | 0.55% | 0.86% | - |
| XYZ | 25.01 | 21.55 | 70.55 | - |
| YUV | 126.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 220 | 0.55 | 0.45 | 0 | 0.14 | 229.5 | 0.63 | 0.63 |
| Hex | 64 | 79 | DC | 37 | 2D | 0 | E | E6 | 3F | 3F |
| Octal | 144 | 171 | 334 | 67 | 55 | 0 | 16 | 346 | 77 | 77 |
| Binary | 1100100 | 1111001 | 11011100 | 110111 | 101101 | 0 | 1110 | 11100110 | 111111 | 111111 |
Color Harmonies of #6479DC
Complementary color
Monochromatic Colors of #6479DC
Black with #6479DC
Text Example
Text Example
White with #6479DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479DC; }
p { color: rgb(100,121,220); }
H1.HeaderClassName
{
color: #6479DC;
}
.AnyTagClassName
{
color: #6479DC;
}
</style>
background-color css
<style>
a { background-color: #6479DC; }
a { background-color: rgb(100,121,220); }
div.DivClassName
{
background-color: #6479DC;
}
.BgClassName
{
background-color: #6479DC;
}
</style>
border-color css
<style>
span { border-color: #6479DC; }
span { border-color: rgb(100,121,220); }
td.TdClassName
{
border-color: #6479DC;
}
.TagClassName
{
border-color: #6479DC;
}
</style>