Shades of Cornflower Blue #6281E3
Tints of Cornflower Blue #6281E3
RGB
CMYK
RGB Variations
Color information
#6281E3 (or 0x6281E3) is known color: Cornflower Blue. HEX triplet: 62, 81 and E3. RGB value is (98,129,227). Sum of RGB (Red+Green+Blue) = 98+129+227=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 227 (89.06% from 255 or 50% from 454); Max value from RGB is 227 - color contains mainly: blue. Hex color #6281E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281E3 is #9D7E1C. Grayscale: #828282. Windows color (decimal): -10321437 or 14909794. OLE color: 14909794.
HSL color Cylindrical-coordinate representation of color #6281E3: hue angle of 225.58º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6281E3 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 129 | 227 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.11 |
| HSL | 225.58º | 0.7% | 0.64% | - |
| HSV(B) | 225.58º | 0.57% | 0.89% | - |
| XYZ | 26.75 | 23.84 | 75.87 | - |
| YUV | 130.9 | 182.23 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 227 | 0.57 | 0.43 | 0 | 0.11 | 225.58 | 0.7 | 0.64 |
| Hex | 62 | 81 | E3 | 39 | 2B | 0 | B | E2 | 46 | 40 |
| Octal | 142 | 201 | 343 | 71 | 53 | 0 | 13 | 342 | 106 | 100 |
| Binary | 1100010 | 10000001 | 11100011 | 111001 | 101011 | 0 | 1011 | 11100010 | 1000110 | 1000000 |
Color Harmonies of #6281E3
Complementary color
Monochromatic Colors of #6281E3
Black with #6281E3
Text Example
Text Example
White with #6281E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281E3; }
p { color: rgb(98,129,227); }
H1.HeaderClassName
{
color: #6281E3;
}
.AnyTagClassName
{
color: #6281E3;
}
</style>
background-color css
<style>
a { background-color: #6281E3; }
a { background-color: rgb(98,129,227); }
div.DivClassName
{
background-color: #6281E3;
}
.BgClassName
{
background-color: #6281E3;
}
</style>
border-color css
<style>
span { border-color: #6281E3; }
span { border-color: rgb(98,129,227); }
td.TdClassName
{
border-color: #6281E3;
}
.TagClassName
{
border-color: #6281E3;
}
</style>