Shades of Cornflower Blue #6593DF
Tints of Cornflower Blue #6593DF
RGB
CMYK
RGB Variations
Color information
#6593DF (or 0x6593DF) is known color: Cornflower Blue. HEX triplet: 65, 93 and DF. RGB value is (101,147,223). Sum of RGB (Red+Green+Blue) = 101+147+223=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #6593DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6593DF is #9A6C20. Grayscale: #8D8D8D. Windows color (decimal): -10120225 or 14652261. OLE color: 14652261.
HSL color Cylindrical-coordinate representation of color #6593DF: hue angle of 217.38º 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 #6593DF is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 147 | 223 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.13 |
| HSL | 217.38º | 0.66% | 0.64% | - |
| HSV(B) | 217.38º | 0.55% | 0.87% | - |
| XYZ | 29.12 | 28.96 | 73.87 | - |
| YUV | 141.91 | 173.76 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 223 | 0.55 | 0.34 | 0 | 0.13 | 217.38 | 0.66 | 0.64 |
| Hex | 65 | 93 | DF | 37 | 22 | 0 | D | D9 | 42 | 40 |
| Octal | 145 | 223 | 337 | 67 | 42 | 0 | 15 | 331 | 102 | 100 |
| Binary | 1100101 | 10010011 | 11011111 | 110111 | 100010 | 0 | 1101 | 11011001 | 1000010 | 1000000 |
Color Harmonies of #6593DF
Complementary color
Monochromatic Colors of #6593DF
Black with #6593DF
Text Example
Text Example
White with #6593DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6593DF; }
p { color: rgb(101,147,223); }
H1.HeaderClassName
{
color: #6593DF;
}
.AnyTagClassName
{
color: #6593DF;
}
</style>
background-color css
<style>
a { background-color: #6593DF; }
a { background-color: rgb(101,147,223); }
div.DivClassName
{
background-color: #6593DF;
}
.BgClassName
{
background-color: #6593DF;
}
</style>
border-color css
<style>
span { border-color: #6593DF; }
span { border-color: rgb(101,147,223); }
td.TdClassName
{
border-color: #6593DF;
}
.TagClassName
{
border-color: #6593DF;
}
</style>