Shades of Cornflower Blue #6595F8
Tints of Cornflower Blue #6595F8
RGB
CMYK
RGB Variations
Color information
#6595F8 (or 0x6595F8) is known color: Cornflower Blue. HEX triplet: 65, 95 and F8. RGB value is (101,149,248). Sum of RGB (Red+Green+Blue) = 101+149+248=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #6595F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6595F8 is #9A6A07. Grayscale: #919191. Windows color (decimal): -10119688 or 16291173. OLE color: 16291173.
HSL color Cylindrical-coordinate representation of color #6595F8: hue angle of 220.41º degrees, saturation: 0.91, 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 #6595F8 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 149 | 248 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.03 |
| HSL | 220.41º | 0.91% | 0.68% | - |
| HSV(B) | 220.41º | 0.59% | 0.97% | - |
| XYZ | 33.06 | 31.04 | 93.06 | - |
| YUV | 145.93 | 185.6 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 248 | 0.59 | 0.40 | 0 | 0.03 | 220.41 | 0.91 | 0.68 |
| Hex | 65 | 95 | F8 | 3B | 28 | 0 | 3 | DC | 5B | 44 |
| Octal | 145 | 225 | 370 | 73 | 50 | 0 | 3 | 334 | 133 | 104 |
| Binary | 1100101 | 10010101 | 11111000 | 111011 | 101000 | 0 | 11 | 11011100 | 1011011 | 1000100 |
Color Harmonies of #6595F8
Complementary color
Monochromatic Colors of #6595F8
Black with #6595F8
Text Example
Text Example
White with #6595F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6595F8; }
p { color: rgb(101,149,248); }
H1.HeaderClassName
{
color: #6595F8;
}
.AnyTagClassName
{
color: #6595F8;
}
</style>
background-color css
<style>
a { background-color: #6595F8; }
a { background-color: rgb(101,149,248); }
div.DivClassName
{
background-color: #6595F8;
}
.BgClassName
{
background-color: #6595F8;
}
</style>
border-color css
<style>
span { border-color: #6595F8; }
span { border-color: rgb(101,149,248); }
td.TdClassName
{
border-color: #6595F8;
}
.TagClassName
{
border-color: #6595F8;
}
</style>