Shades of Cornflower Blue #6281EA
Tints of Cornflower Blue #6281EA
RGB
CMYK
RGB Variations
Color information
#6281EA (or 0x6281EA) is known color: Cornflower Blue. HEX triplet: 62, 81 and EA. RGB value is (98,129,234). Sum of RGB (Red+Green+Blue) = 98+129+234=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #6281EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6281EA is #9D7E15. Grayscale: #838383. Windows color (decimal): -10321430 or 15368546. OLE color: 15368546.
HSL color Cylindrical-coordinate representation of color #6281EA: hue angle of 226.32º 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 #6281EA is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 129 | 234 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.08 |
| HSL | 226.32º | 0.76% | 0.65% | - |
| HSV(B) | 226.32º | 0.58% | 0.92% | - |
| XYZ | 27.74 | 24.24 | 81.06 | - |
| YUV | 131.7 | 185.73 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 234 | 0.58 | 0.45 | 0 | 0.08 | 226.32 | 0.76 | 0.65 |
| Hex | 62 | 81 | EA | 3A | 2D | 0 | 8 | E2 | 4C | 41 |
| Octal | 142 | 201 | 352 | 72 | 55 | 0 | 10 | 342 | 114 | 101 |
| Binary | 1100010 | 10000001 | 11101010 | 111010 | 101101 | 0 | 1000 | 11100010 | 1001100 | 1000001 |
Color Harmonies of #6281EA
Complementary color
Monochromatic Colors of #6281EA
Black with #6281EA
Text Example
Text Example
White with #6281EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281EA; }
p { color: rgb(98,129,234); }
H1.HeaderClassName
{
color: #6281EA;
}
.AnyTagClassName
{
color: #6281EA;
}
</style>
background-color css
<style>
a { background-color: #6281EA; }
a { background-color: rgb(98,129,234); }
div.DivClassName
{
background-color: #6281EA;
}
.BgClassName
{
background-color: #6281EA;
}
</style>
border-color css
<style>
span { border-color: #6281EA; }
span { border-color: rgb(98,129,234); }
td.TdClassName
{
border-color: #6281EA;
}
.TagClassName
{
border-color: #6281EA;
}
</style>