Shades of Cornflower Blue #6599F1
Tints of Cornflower Blue #6599F1
RGB
CMYK
RGB Variations
Color information
#6599F1 (or 0x6599F1) is known color: Cornflower Blue. HEX triplet: 65, 99 and F1. RGB value is (101,153,241). Sum of RGB (Red+Green+Blue) = 101+153+241=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #6599F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6599F1 is #9A660E. Grayscale: #939393. Windows color (decimal): -10118671 or 15833445. OLE color: 15833445.
HSL color Cylindrical-coordinate representation of color #6599F1: hue angle of 217.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6599F1 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 153 | 241 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.05 |
| HSL | 217.71º | 0.83% | 0.67% | - |
| HSV(B) | 217.71º | 0.58% | 0.95% | - |
| XYZ | 32.64 | 31.9 | 87.66 | - |
| YUV | 147.48 | 180.77 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 241 | 0.58 | 0.37 | 0 | 0.05 | 217.71 | 0.83 | 0.67 |
| Hex | 65 | 99 | F1 | 3A | 25 | 0 | 5 | DA | 53 | 43 |
| Octal | 145 | 231 | 361 | 72 | 45 | 0 | 5 | 332 | 123 | 103 |
| Binary | 1100101 | 10011001 | 11110001 | 111010 | 100101 | 0 | 101 | 11011010 | 1010011 | 1000011 |
Color Harmonies of #6599F1
Complementary color
Monochromatic Colors of #6599F1
Black with #6599F1
Text Example
Text Example
White with #6599F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6599F1; }
p { color: rgb(101,153,241); }
H1.HeaderClassName
{
color: #6599F1;
}
.AnyTagClassName
{
color: #6599F1;
}
</style>
background-color css
<style>
a { background-color: #6599F1; }
a { background-color: rgb(101,153,241); }
div.DivClassName
{
background-color: #6599F1;
}
.BgClassName
{
background-color: #6599F1;
}
</style>
border-color css
<style>
span { border-color: #6599F1; }
span { border-color: rgb(101,153,241); }
td.TdClassName
{
border-color: #6599F1;
}
.TagClassName
{
border-color: #6599F1;
}
</style>