Shades of Cornflower Blue #6597DF
Tints of Cornflower Blue #6597DF
RGB
CMYK
RGB Variations
Color information
#6597DF (or 0x6597DF) is known color: Cornflower Blue. HEX triplet: 65, 97 and DF. RGB value is (101,151,223). Sum of RGB (Red+Green+Blue) = 101+151+223=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #6597DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6597DF is #9A6820. Grayscale: #8F8F8F. Windows color (decimal): -10119201 or 14653285. OLE color: 14653285.
HSL color Cylindrical-coordinate representation of color #6597DF: hue angle of 215.41º 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 #6597DF is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 151 | 223 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.13 |
| HSL | 215.41º | 0.66% | 0.64% | - |
| HSV(B) | 215.41º | 0.55% | 0.87% | - |
| XYZ | 29.75 | 30.23 | 74.08 | - |
| YUV | 144.26 | 172.44 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 223 | 0.55 | 0.32 | 0 | 0.13 | 215.41 | 0.66 | 0.64 |
| Hex | 65 | 97 | DF | 37 | 20 | 0 | D | D7 | 42 | 40 |
| Octal | 145 | 227 | 337 | 67 | 40 | 0 | 15 | 327 | 102 | 100 |
| Binary | 1100101 | 10010111 | 11011111 | 110111 | 100000 | 0 | 1101 | 11010111 | 1000010 | 1000000 |
Color Harmonies of #6597DF
Complementary color
Monochromatic Colors of #6597DF
Black with #6597DF
Text Example
Text Example
White with #6597DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6597DF; }
p { color: rgb(101,151,223); }
H1.HeaderClassName
{
color: #6597DF;
}
.AnyTagClassName
{
color: #6597DF;
}
</style>
background-color css
<style>
a { background-color: #6597DF; }
a { background-color: rgb(101,151,223); }
div.DivClassName
{
background-color: #6597DF;
}
.BgClassName
{
background-color: #6597DF;
}
</style>
border-color css
<style>
span { border-color: #6597DF; }
span { border-color: rgb(101,151,223); }
td.TdClassName
{
border-color: #6597DF;
}
.TagClassName
{
border-color: #6597DF;
}
</style>