Shades of Cornflower Blue #6594EA
Tints of Cornflower Blue #6594EA
RGB
CMYK
RGB Variations
Color information
#6594EA (or 0x6594EA) is known color: Cornflower Blue. HEX triplet: 65, 94 and EA. RGB value is (101,148,234). Sum of RGB (Red+Green+Blue) = 101+148+234=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #6594EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6594EA is #9A6B15. Grayscale: #8F8F8F. Windows color (decimal): -10119958 or 15373413. OLE color: 15373413.
HSL color Cylindrical-coordinate representation of color #6594EA: hue angle of 218.8º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6594EA is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 148 | 234 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.08 |
| HSL | 218.8º | 0.76% | 0.66% | - |
| HSV(B) | 218.8º | 0.57% | 0.92% | - |
| XYZ | 30.81 | 29.89 | 81.99 | - |
| YUV | 143.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 234 | 0.57 | 0.37 | 0 | 0.08 | 218.8 | 0.76 | 0.66 |
| Hex | 65 | 94 | EA | 39 | 25 | 0 | 8 | DB | 4C | 42 |
| Octal | 145 | 224 | 352 | 71 | 45 | 0 | 10 | 333 | 114 | 102 |
| Binary | 1100101 | 10010100 | 11101010 | 111001 | 100101 | 0 | 1000 | 11011011 | 1001100 | 1000010 |
Color Harmonies of #6594EA
Complementary color
Monochromatic Colors of #6594EA
Black with #6594EA
Text Example
Text Example
White with #6594EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6594EA; }
p { color: rgb(101,148,234); }
H1.HeaderClassName
{
color: #6594EA;
}
.AnyTagClassName
{
color: #6594EA;
}
</style>
background-color css
<style>
a { background-color: #6594EA; }
a { background-color: rgb(101,148,234); }
div.DivClassName
{
background-color: #6594EA;
}
.BgClassName
{
background-color: #6594EA;
}
</style>
border-color css
<style>
span { border-color: #6594EA; }
span { border-color: rgb(101,148,234); }
td.TdClassName
{
border-color: #6594EA;
}
.TagClassName
{
border-color: #6594EA;
}
</style>