Shades of Cornflower Blue #6079ED
Tints of Cornflower Blue #6079ED
RGB
CMYK
RGB Variations
Color information
#6079ED (or 0x6079ED) is known color: Cornflower Blue. HEX triplet: 60, 79 and ED. RGB value is (96,121,237). Sum of RGB (Red+Green+Blue) = 96+121+237=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #6079ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6079ED is #9F8612. Grayscale: #7E7E7E. Windows color (decimal): -10454547 or 15563104. OLE color: 15563104.
HSL color Cylindrical-coordinate representation of color #6079ED: hue angle of 229.36º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6079ED is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 121 | 237 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.07 |
| HSL | 229.36º | 0.8% | 0.65% | - |
| HSV(B) | 229.36º | 0.59% | 0.93% | - |
| XYZ | 26.95 | 22.28 | 83 | - |
| YUV | 126.75 | 190.22 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 237 | 0.59 | 0.49 | 0 | 0.07 | 229.36 | 0.8 | 0.65 |
| Hex | 60 | 79 | ED | 3B | 31 | 0 | 7 | E5 | 50 | 41 |
| Octal | 140 | 171 | 355 | 73 | 61 | 0 | 7 | 345 | 120 | 101 |
| Binary | 1100000 | 1111001 | 11101101 | 111011 | 110001 | 0 | 111 | 11100101 | 1010000 | 1000001 |
Color Harmonies of #6079ED
Complementary color
Monochromatic Colors of #6079ED
Black with #6079ED
Text Example
Text Example
White with #6079ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6079ED; }
p { color: rgb(96,121,237); }
H1.HeaderClassName
{
color: #6079ED;
}
.AnyTagClassName
{
color: #6079ED;
}
</style>
background-color css
<style>
a { background-color: #6079ED; }
a { background-color: rgb(96,121,237); }
div.DivClassName
{
background-color: #6079ED;
}
.BgClassName
{
background-color: #6079ED;
}
</style>
border-color css
<style>
span { border-color: #6079ED; }
span { border-color: rgb(96,121,237); }
td.TdClassName
{
border-color: #6079ED;
}
.TagClassName
{
border-color: #6079ED;
}
</style>