Shades of Cornflower Blue #6297EE
Tints of Cornflower Blue #6297EE
RGB
CMYK
RGB Variations
Color information
#6297EE (or 0x6297EE) is known color: Cornflower Blue. HEX triplet: 62, 97 and EE. RGB value is (98,151,238). Sum of RGB (Red+Green+Blue) = 98+151+238=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #6297EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6297EE is #9D6811. Grayscale: #909090. Windows color (decimal): -10315794 or 15636322. OLE color: 15636322.
HSL color Cylindrical-coordinate representation of color #6297EE: hue angle of 217.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6297EE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 151 | 238 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.07 |
| HSL | 217.29º | 0.8% | 0.66% | - |
| HSV(B) | 217.29º | 0.59% | 0.93% | - |
| XYZ | 31.54 | 30.9 | 85.19 | - |
| YUV | 145.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 238 | 0.59 | 0.37 | 0 | 0.07 | 217.29 | 0.8 | 0.66 |
| Hex | 62 | 97 | EE | 3B | 25 | 0 | 7 | D9 | 50 | 42 |
| Octal | 142 | 227 | 356 | 73 | 45 | 0 | 7 | 331 | 120 | 102 |
| Binary | 1100010 | 10010111 | 11101110 | 111011 | 100101 | 0 | 111 | 11011001 | 1010000 | 1000010 |
Color Harmonies of #6297EE
Complementary color
Monochromatic Colors of #6297EE
Black with #6297EE
Text Example
Text Example
White with #6297EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6297EE; }
p { color: rgb(98,151,238); }
H1.HeaderClassName
{
color: #6297EE;
}
.AnyTagClassName
{
color: #6297EE;
}
</style>
background-color css
<style>
a { background-color: #6297EE; }
a { background-color: rgb(98,151,238); }
div.DivClassName
{
background-color: #6297EE;
}
.BgClassName
{
background-color: #6297EE;
}
</style>
border-color css
<style>
span { border-color: #6297EE; }
span { border-color: rgb(98,151,238); }
td.TdClassName
{
border-color: #6297EE;
}
.TagClassName
{
border-color: #6297EE;
}
</style>