Shades of Cornflower Blue #6583EC
Tints of Cornflower Blue #6583EC
RGB
CMYK
RGB Variations
Color information
#6583EC (or 0x6583EC) is known color: Cornflower Blue. HEX triplet: 65, 83 and EC. RGB value is (101,131,236). Sum of RGB (Red+Green+Blue) = 101+131+236=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #6583EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6583EC is #9A7C13. Grayscale: #858585. Windows color (decimal): -10124308 or 15500133. OLE color: 15500133.
HSL color Cylindrical-coordinate representation of color #6583EC: hue angle of 226.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6583EC is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 131 | 236 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.07 |
| HSL | 226.67º | 0.78% | 0.66% | - |
| HSV(B) | 226.67º | 0.57% | 0.93% | - |
| XYZ | 28.62 | 25.06 | 82.68 | - |
| YUV | 134 | 185.56 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 236 | 0.57 | 0.44 | 0 | 0.07 | 226.67 | 0.78 | 0.66 |
| Hex | 65 | 83 | EC | 39 | 2C | 0 | 7 | E3 | 4E | 42 |
| Octal | 145 | 203 | 354 | 71 | 54 | 0 | 7 | 343 | 116 | 102 |
| Binary | 1100101 | 10000011 | 11101100 | 111001 | 101100 | 0 | 111 | 11100011 | 1001110 | 1000010 |
Color Harmonies of #6583EC
Complementary color
Monochromatic Colors of #6583EC
Black with #6583EC
Text Example
Text Example
White with #6583EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6583EC; }
p { color: rgb(101,131,236); }
H1.HeaderClassName
{
color: #6583EC;
}
.AnyTagClassName
{
color: #6583EC;
}
</style>
background-color css
<style>
a { background-color: #6583EC; }
a { background-color: rgb(101,131,236); }
div.DivClassName
{
background-color: #6583EC;
}
.BgClassName
{
background-color: #6583EC;
}
</style>
border-color css
<style>
span { border-color: #6583EC; }
span { border-color: rgb(101,131,236); }
td.TdClassName
{
border-color: #6583EC;
}
.TagClassName
{
border-color: #6583EC;
}
</style>