Shades of Cornflower Blue #6592DD
Tints of Cornflower Blue #6592DD
RGB
CMYK
RGB Variations
Color information
#6592DD (or 0x6592DD) is known color: Cornflower Blue. HEX triplet: 65, 92 and DD. RGB value is (101,146,221). Sum of RGB (Red+Green+Blue) = 101+146+221=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #6592DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6592DD is #9A6D22. Grayscale: #8C8C8C. Windows color (decimal): -10120483 or 14520933. OLE color: 14520933.
HSL color Cylindrical-coordinate representation of color #6592DD: hue angle of 217.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6592DD is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 146 | 221 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.13 |
| HSL | 217.5º | 0.64% | 0.63% | - |
| HSV(B) | 217.5º | 0.54% | 0.87% | - |
| XYZ | 28.7 | 28.54 | 72.4 | - |
| YUV | 141.1 | 173.09 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 221 | 0.54 | 0.34 | 0 | 0.13 | 217.5 | 0.64 | 0.63 |
| Hex | 65 | 92 | DD | 36 | 22 | 0 | D | DA | 40 | 3F |
| Octal | 145 | 222 | 335 | 66 | 42 | 0 | 15 | 332 | 100 | 77 |
| Binary | 1100101 | 10010010 | 11011101 | 110110 | 100010 | 0 | 1101 | 11011010 | 1000000 | 111111 |
Color Harmonies of #6592DD
Complementary color
Monochromatic Colors of #6592DD
Black with #6592DD
Text Example
Text Example
White with #6592DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6592DD; }
p { color: rgb(101,146,221); }
H1.HeaderClassName
{
color: #6592DD;
}
.AnyTagClassName
{
color: #6592DD;
}
</style>
background-color css
<style>
a { background-color: #6592DD; }
a { background-color: rgb(101,146,221); }
div.DivClassName
{
background-color: #6592DD;
}
.BgClassName
{
background-color: #6592DD;
}
</style>
border-color css
<style>
span { border-color: #6592DD; }
span { border-color: rgb(101,146,221); }
td.TdClassName
{
border-color: #6592DD;
}
.TagClassName
{
border-color: #6592DD;
}
</style>