Shades of Cornflower Blue #6597F7
Tints of Cornflower Blue #6597F7
RGB
CMYK
RGB Variations
Color information
#6597F7 (or 0x6597F7) is known color: Cornflower Blue. HEX triplet: 65, 97 and F7. RGB value is (101,151,247). Sum of RGB (Red+Green+Blue) = 101+151+247=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #6597F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6597F7 is #9A6808. Grayscale: #929292. Windows color (decimal): -10119177 or 16226149. OLE color: 16226149.
HSL color Cylindrical-coordinate representation of color #6597F7: hue angle of 219.45º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6597F7 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 151 | 247 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.03 |
| HSL | 219.45º | 0.9% | 0.68% | - |
| HSV(B) | 219.45º | 0.59% | 0.97% | - |
| XYZ | 33.22 | 31.62 | 92.35 | - |
| YUV | 146.99 | 184.44 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 247 | 0.59 | 0.39 | 0 | 0.03 | 219.45 | 0.9 | 0.68 |
| Hex | 65 | 97 | F7 | 3B | 27 | 0 | 3 | DB | 5A | 44 |
| Octal | 145 | 227 | 367 | 73 | 47 | 0 | 3 | 333 | 132 | 104 |
| Binary | 1100101 | 10010111 | 11110111 | 111011 | 100111 | 0 | 11 | 11011011 | 1011010 | 1000100 |
Color Harmonies of #6597F7
Complementary color
Monochromatic Colors of #6597F7
Black with #6597F7
Text Example
Text Example
White with #6597F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6597F7; }
p { color: rgb(101,151,247); }
H1.HeaderClassName
{
color: #6597F7;
}
.AnyTagClassName
{
color: #6597F7;
}
</style>
background-color css
<style>
a { background-color: #6597F7; }
a { background-color: rgb(101,151,247); }
div.DivClassName
{
background-color: #6597F7;
}
.BgClassName
{
background-color: #6597F7;
}
</style>
border-color css
<style>
span { border-color: #6597F7; }
span { border-color: rgb(101,151,247); }
td.TdClassName
{
border-color: #6597F7;
}
.TagClassName
{
border-color: #6597F7;
}
</style>