Shades of Cornflower Blue #6598FF
Tints of Cornflower Blue #6598FF
RGB
CMYK
RGB Variations
Color information
#6598FF (or 0x6598FF) is known color: Cornflower Blue. HEX triplet: 65, 98 and FF. RGB value is (101,152,255). Sum of RGB (Red+Green+Blue) = 101+152+255=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #6598FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6598FF is #9A6700. Grayscale: #949494. Windows color (decimal): -10118913 or 16750693. OLE color: 16750693.
HSL color Cylindrical-coordinate representation of color #6598FF: hue angle of 220.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6598FF is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 152 | 255 | - |
| CMYK | 0.60 | 0.40 | 0 | 0 |
| HSL | 220.13º | 1% | 0.7% | - |
| HSV(B) | 220.13º | 0.6% | 1% | - |
| XYZ | 34.65 | 32.44 | 99.04 | - |
| YUV | 148.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 255 | 0.60 | 0.40 | 0 | 0 | 220.13 | 1 | 0.7 |
| Hex | 65 | 98 | FF | 3C | 28 | 0 | 0 | DC | 64 | 46 |
| Octal | 145 | 230 | 377 | 74 | 50 | 0 | 0 | 334 | 144 | 106 |
| Binary | 1100101 | 10011000 | 11111111 | 111100 | 101000 | 0 | 0 | 11011100 | 1100100 | 1000110 |
Color Harmonies of #6598FF
Complementary color
Monochromatic Colors of #6598FF
Black with #6598FF
Text Example
Text Example
White with #6598FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6598FF; }
p { color: rgb(101,152,255); }
H1.HeaderClassName
{
color: #6598FF;
}
.AnyTagClassName
{
color: #6598FF;
}
</style>
background-color css
<style>
a { background-color: #6598FF; }
a { background-color: rgb(101,152,255); }
div.DivClassName
{
background-color: #6598FF;
}
.BgClassName
{
background-color: #6598FF;
}
</style>
border-color css
<style>
span { border-color: #6598FF; }
span { border-color: rgb(101,152,255); }
td.TdClassName
{
border-color: #6598FF;
}
.TagClassName
{
border-color: #6598FF;
}
</style>