Shades of Cornflower Blue #6583DF
Tints of Cornflower Blue #6583DF
RGB
CMYK
RGB Variations
Color information
#6583DF (or 0x6583DF) is known color: Cornflower Blue. HEX triplet: 65, 83 and DF. RGB value is (101,131,223). Sum of RGB (Red+Green+Blue) = 101+131+223=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #6583DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6583DF is #9A7C20. Grayscale: #848484. Windows color (decimal): -10124321 or 14648165. OLE color: 14648165.
HSL color Cylindrical-coordinate representation of color #6583DF: hue angle of 225.25º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6583DF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 131 | 223 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.13 |
| HSL | 225.25º | 0.66% | 0.64% | - |
| HSV(B) | 225.25º | 0.55% | 0.87% | - |
| XYZ | 26.8 | 24.33 | 73.09 | - |
| YUV | 132.52 | 179.06 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 223 | 0.55 | 0.41 | 0 | 0.13 | 225.25 | 0.66 | 0.64 |
| Hex | 65 | 83 | DF | 37 | 29 | 0 | D | E1 | 42 | 40 |
| Octal | 145 | 203 | 337 | 67 | 51 | 0 | 15 | 341 | 102 | 100 |
| Binary | 1100101 | 10000011 | 11011111 | 110111 | 101001 | 0 | 1101 | 11100001 | 1000010 | 1000000 |
Color Harmonies of #6583DF
Complementary color
Monochromatic Colors of #6583DF
Black with #6583DF
Text Example
Text Example
White with #6583DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6583DF; }
p { color: rgb(101,131,223); }
H1.HeaderClassName
{
color: #6583DF;
}
.AnyTagClassName
{
color: #6583DF;
}
</style>
background-color css
<style>
a { background-color: #6583DF; }
a { background-color: rgb(101,131,223); }
div.DivClassName
{
background-color: #6583DF;
}
.BgClassName
{
background-color: #6583DF;
}
</style>
border-color css
<style>
span { border-color: #6583DF; }
span { border-color: rgb(101,131,223); }
td.TdClassName
{
border-color: #6583DF;
}
.TagClassName
{
border-color: #6583DF;
}
</style>