Shades of Cornflower Blue #6479DF
Tints of Cornflower Blue #6479DF
RGB
CMYK
RGB Variations
Color information
#6479DF (or 0x6479DF) is known color: Cornflower Blue. HEX triplet: 64, 79 and DF. RGB value is (100,121,223). Sum of RGB (Red+Green+Blue) = 100+121+223=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #6479DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479DF is #9B8620. Grayscale: #7D7D7D. Windows color (decimal): -10192417 or 14645604. OLE color: 14645604.
HSL color Cylindrical-coordinate representation of color #6479DF: hue angle of 229.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6479DF is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 121 | 223 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.13 |
| HSL | 229.76º | 0.66% | 0.63% | - |
| HSV(B) | 229.76º | 0.55% | 0.87% | - |
| XYZ | 25.41 | 21.71 | 72.66 | - |
| YUV | 126.35 | 182.54 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 223 | 0.55 | 0.46 | 0 | 0.13 | 229.76 | 0.66 | 0.63 |
| Hex | 64 | 79 | DF | 37 | 2E | 0 | D | E6 | 42 | 3F |
| Octal | 144 | 171 | 337 | 67 | 56 | 0 | 15 | 346 | 102 | 77 |
| Binary | 1100100 | 1111001 | 11011111 | 110111 | 101110 | 0 | 1101 | 11100110 | 1000010 | 111111 |
Color Harmonies of #6479DF
Complementary color
Monochromatic Colors of #6479DF
Black with #6479DF
Text Example
Text Example
White with #6479DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479DF; }
p { color: rgb(100,121,223); }
H1.HeaderClassName
{
color: #6479DF;
}
.AnyTagClassName
{
color: #6479DF;
}
</style>
background-color css
<style>
a { background-color: #6479DF; }
a { background-color: rgb(100,121,223); }
div.DivClassName
{
background-color: #6479DF;
}
.BgClassName
{
background-color: #6479DF;
}
</style>
border-color css
<style>
span { border-color: #6479DF; }
span { border-color: rgb(100,121,223); }
td.TdClassName
{
border-color: #6479DF;
}
.TagClassName
{
border-color: #6479DF;
}
</style>