Shades of Cornflower Blue #6094DA
Tints of Cornflower Blue #6094DA
RGB
CMYK
RGB Variations
Color information
#6094DA (or 0x6094DA) is known color: Cornflower Blue. HEX triplet: 60, 94 and DA. RGB value is (96,148,218). Sum of RGB (Red+Green+Blue) = 96+148+218=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #6094DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6094DA is #9F6B25. Grayscale: #8C8C8C. Windows color (decimal): -10447654 or 14324832. OLE color: 14324832.
HSL color Cylindrical-coordinate representation of color #6094DA: hue angle of 214.43º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6094DA is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 148 | 218 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.15 |
| HSL | 214.43º | 0.62% | 0.62% | - |
| HSV(B) | 214.43º | 0.56% | 0.85% | - |
| XYZ | 28.07 | 28.73 | 70.4 | - |
| YUV | 140.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 218 | 0.56 | 0.32 | 0 | 0.15 | 214.43 | 0.62 | 0.62 |
| Hex | 60 | 94 | DA | 38 | 20 | 0 | F | D6 | 3E | 3E |
| Octal | 140 | 224 | 332 | 70 | 40 | 0 | 17 | 326 | 76 | 76 |
| Binary | 1100000 | 10010100 | 11011010 | 111000 | 100000 | 0 | 1111 | 11010110 | 111110 | 111110 |
Color Harmonies of #6094DA
Complementary color
Monochromatic Colors of #6094DA
Black with #6094DA
Text Example
Text Example
White with #6094DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6094DA; }
p { color: rgb(96,148,218); }
H1.HeaderClassName
{
color: #6094DA;
}
.AnyTagClassName
{
color: #6094DA;
}
</style>
background-color css
<style>
a { background-color: #6094DA; }
a { background-color: rgb(96,148,218); }
div.DivClassName
{
background-color: #6094DA;
}
.BgClassName
{
background-color: #6094DA;
}
</style>
border-color css
<style>
span { border-color: #6094DA; }
span { border-color: rgb(96,148,218); }
td.TdClassName
{
border-color: #6094DA;
}
.TagClassName
{
border-color: #6094DA;
}
</style>