Shades of Cornflower Blue #6583E4
Tints of Cornflower Blue #6583E4
RGB
CMYK
RGB Variations
Color information
#6583E4 (or 0x6583E4) is known color: Cornflower Blue. HEX triplet: 65, 83 and E4. RGB value is (101,131,228). Sum of RGB (Red+Green+Blue) = 101+131+228=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #6583E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6583E4 is #9A7C1B. Grayscale: #848484. Windows color (decimal): -10124316 or 14975845. OLE color: 14975845.
HSL color Cylindrical-coordinate representation of color #6583E4: hue angle of 225.83º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6583E4 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 131 | 228 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.11 |
| HSL | 225.83º | 0.7% | 0.65% | - |
| HSV(B) | 225.83º | 0.56% | 0.89% | - |
| XYZ | 27.49 | 24.6 | 76.7 | - |
| YUV | 133.09 | 181.56 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 228 | 0.56 | 0.43 | 0 | 0.11 | 225.83 | 0.7 | 0.65 |
| Hex | 65 | 83 | E4 | 38 | 2B | 0 | B | E2 | 46 | 41 |
| Octal | 145 | 203 | 344 | 70 | 53 | 0 | 13 | 342 | 106 | 101 |
| Binary | 1100101 | 10000011 | 11100100 | 111000 | 101011 | 0 | 1011 | 11100010 | 1000110 | 1000001 |
Color Harmonies of #6583E4
Complementary color
Monochromatic Colors of #6583E4
Black with #6583E4
Text Example
Text Example
White with #6583E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6583E4; }
p { color: rgb(101,131,228); }
H1.HeaderClassName
{
color: #6583E4;
}
.AnyTagClassName
{
color: #6583E4;
}
</style>
background-color css
<style>
a { background-color: #6583E4; }
a { background-color: rgb(101,131,228); }
div.DivClassName
{
background-color: #6583E4;
}
.BgClassName
{
background-color: #6583E4;
}
</style>
border-color css
<style>
span { border-color: #6583E4; }
span { border-color: rgb(101,131,228); }
td.TdClassName
{
border-color: #6583E4;
}
.TagClassName
{
border-color: #6583E4;
}
</style>