Shades of Cornflower Blue #6583DA
Tints of Cornflower Blue #6583DA
RGB
CMYK
RGB Variations
Color information
#6583DA (or 0x6583DA) is known color: Cornflower Blue. HEX triplet: 65, 83 and DA. RGB value is (101,131,218). Sum of RGB (Red+Green+Blue) = 101+131+218=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #6583DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6583DA is #9A7C25. Grayscale: #838383. Windows color (decimal): -10124326 or 14320485. OLE color: 14320485.
HSL color Cylindrical-coordinate representation of color #6583DA: hue angle of 224.62º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6583DA is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 131 | 218 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.15 |
| HSL | 224.62º | 0.61% | 0.63% | - |
| HSV(B) | 224.62º | 0.54% | 0.85% | - |
| XYZ | 26.14 | 24.06 | 69.6 | - |
| YUV | 131.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 218 | 0.54 | 0.40 | 0 | 0.15 | 224.62 | 0.61 | 0.63 |
| Hex | 65 | 83 | DA | 36 | 28 | 0 | F | E1 | 3D | 3F |
| Octal | 145 | 203 | 332 | 66 | 50 | 0 | 17 | 341 | 75 | 77 |
| Binary | 1100101 | 10000011 | 11011010 | 110110 | 101000 | 0 | 1111 | 11100001 | 111101 | 111111 |
Color Harmonies of #6583DA
Complementary color
Monochromatic Colors of #6583DA
Black with #6583DA
Text Example
Text Example
White with #6583DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6583DA; }
p { color: rgb(101,131,218); }
H1.HeaderClassName
{
color: #6583DA;
}
.AnyTagClassName
{
color: #6583DA;
}
</style>
background-color css
<style>
a { background-color: #6583DA; }
a { background-color: rgb(101,131,218); }
div.DivClassName
{
background-color: #6583DA;
}
.BgClassName
{
background-color: #6583DA;
}
</style>
border-color css
<style>
span { border-color: #6583DA; }
span { border-color: rgb(101,131,218); }
td.TdClassName
{
border-color: #6583DA;
}
.TagClassName
{
border-color: #6583DA;
}
</style>