Shades of Cornflower Blue #6275EA
Tints of Cornflower Blue #6275EA
RGB
CMYK
RGB Variations
Color information
#6275EA (or 0x6275EA) is known color: Cornflower Blue. HEX triplet: 62, 75 and EA. RGB value is (98,117,234). Sum of RGB (Red+Green+Blue) = 98+117+234=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #6275EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6275EA is #9D8A15. Grayscale: #7C7C7C. Windows color (decimal): -10324502 or 15365474. OLE color: 15365474.
HSL color Cylindrical-coordinate representation of color #6275EA: hue angle of 231.62º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6275EA is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 117 | 234 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.08 |
| HSL | 231.62º | 0.76% | 0.65% | - |
| HSV(B) | 231.62º | 0.58% | 0.92% | - |
| XYZ | 26.25 | 21.26 | 80.56 | - |
| YUV | 124.66 | 189.71 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 234 | 0.58 | 0.5 | 0 | 0.08 | 231.62 | 0.76 | 0.65 |
| Hex | 62 | 75 | EA | 3A | 32 | 0 | 8 | E8 | 4C | 41 |
| Octal | 142 | 165 | 352 | 72 | 62 | 0 | 10 | 350 | 114 | 101 |
| Binary | 1100010 | 1110101 | 11101010 | 111010 | 110010 | 0 | 1000 | 11101000 | 1001100 | 1000001 |
Color Harmonies of #6275EA
Complementary color
Monochromatic Colors of #6275EA
Black with #6275EA
Text Example
Text Example
White with #6275EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6275EA; }
p { color: rgb(98,117,234); }
H1.HeaderClassName
{
color: #6275EA;
}
.AnyTagClassName
{
color: #6275EA;
}
</style>
background-color css
<style>
a { background-color: #6275EA; }
a { background-color: rgb(98,117,234); }
div.DivClassName
{
background-color: #6275EA;
}
.BgClassName
{
background-color: #6275EA;
}
</style>
border-color css
<style>
span { border-color: #6275EA; }
span { border-color: rgb(98,117,234); }
td.TdClassName
{
border-color: #6275EA;
}
.TagClassName
{
border-color: #6275EA;
}
</style>