Shades of Cornflower Blue #6084DC
Tints of Cornflower Blue #6084DC
RGB
CMYK
RGB Variations
Color information
#6084DC (or 0x6084DC) is known color: Cornflower Blue. HEX triplet: 60, 84 and DC. RGB value is (96,132,220). Sum of RGB (Red+Green+Blue) = 96+132+220=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #6084DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6084DC is #9F7B23. Grayscale: #828282. Windows color (decimal): -10451748 or 14451808. OLE color: 14451808.
HSL color Cylindrical-coordinate representation of color #6084DC: hue angle of 222.58º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6084DC is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 132 | 220 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.14 |
| HSL | 222.58º | 0.64% | 0.62% | - |
| HSV(B) | 222.58º | 0.56% | 0.86% | - |
| XYZ | 25.99 | 24.16 | 71 | - |
| YUV | 131.27 | 178.07 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 220 | 0.56 | 0.40 | 0 | 0.14 | 222.58 | 0.64 | 0.62 |
| Hex | 60 | 84 | DC | 38 | 28 | 0 | E | DF | 40 | 3E |
| Octal | 140 | 204 | 334 | 70 | 50 | 0 | 16 | 337 | 100 | 76 |
| Binary | 1100000 | 10000100 | 11011100 | 111000 | 101000 | 0 | 1110 | 11011111 | 1000000 | 111110 |
Color Harmonies of #6084DC
Complementary color
Monochromatic Colors of #6084DC
Black with #6084DC
Text Example
Text Example
White with #6084DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6084DC; }
p { color: rgb(96,132,220); }
H1.HeaderClassName
{
color: #6084DC;
}
.AnyTagClassName
{
color: #6084DC;
}
</style>
background-color css
<style>
a { background-color: #6084DC; }
a { background-color: rgb(96,132,220); }
div.DivClassName
{
background-color: #6084DC;
}
.BgClassName
{
background-color: #6084DC;
}
</style>
border-color css
<style>
span { border-color: #6084DC; }
span { border-color: rgb(96,132,220); }
td.TdClassName
{
border-color: #6084DC;
}
.TagClassName
{
border-color: #6084DC;
}
</style>