Shades of Cornflower Blue #6598FA
Tints of Cornflower Blue #6598FA
RGB
CMYK
RGB Variations
Color information
#6598FA (or 0x6598FA) is known color: Cornflower Blue. HEX triplet: 65, 98 and FA. RGB value is (101,152,250). Sum of RGB (Red+Green+Blue) = 101+152+250=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #6598FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6598FA is #9A6705. Grayscale: #939393. Windows color (decimal): -10118918 or 16423013. OLE color: 16423013.
HSL color Cylindrical-coordinate representation of color #6598FA: hue angle of 219.46º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6598FA is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 152 | 250 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.02 |
| HSL | 219.46º | 0.94% | 0.69% | - |
| HSV(B) | 219.46º | 0.6% | 0.98% | - |
| XYZ | 33.85 | 32.13 | 94.86 | - |
| YUV | 147.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 250 | 0.60 | 0.39 | 0 | 0.02 | 219.46 | 0.94 | 0.69 |
| Hex | 65 | 98 | FA | 3C | 27 | 0 | 2 | DB | 5E | 45 |
| Octal | 145 | 230 | 372 | 74 | 47 | 0 | 2 | 333 | 136 | 105 |
| Binary | 1100101 | 10011000 | 11111010 | 111100 | 100111 | 0 | 10 | 11011011 | 1011110 | 1000101 |
Color Harmonies of #6598FA
Complementary color
Monochromatic Colors of #6598FA
Black with #6598FA
Text Example
Text Example
White with #6598FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6598FA; }
p { color: rgb(101,152,250); }
H1.HeaderClassName
{
color: #6598FA;
}
.AnyTagClassName
{
color: #6598FA;
}
</style>
background-color css
<style>
a { background-color: #6598FA; }
a { background-color: rgb(101,152,250); }
div.DivClassName
{
background-color: #6598FA;
}
.BgClassName
{
background-color: #6598FA;
}
</style>
border-color css
<style>
span { border-color: #6598FA; }
span { border-color: rgb(101,152,250); }
td.TdClassName
{
border-color: #6598FA;
}
.TagClassName
{
border-color: #6598FA;
}
</style>