Shades of Cornflower Blue #6281EF
Tints of Cornflower Blue #6281EF
RGB
CMYK
RGB Variations
Color information
#6281EF (or 0x6281EF) is known color: Cornflower Blue. HEX triplet: 62, 81 and EF. RGB value is (98,129,239). Sum of RGB (Red+Green+Blue) = 98+129+239=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #6281EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6281EF is #9D7E10. Grayscale: #838383. Windows color (decimal): -10321425 or 15696226. OLE color: 15696226.
HSL color Cylindrical-coordinate representation of color #6281EF: hue angle of 226.81º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6281EF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 129 | 239 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.06 |
| HSL | 226.81º | 0.82% | 0.66% | - |
| HSV(B) | 226.81º | 0.59% | 0.94% | - |
| XYZ | 28.47 | 24.53 | 84.9 | - |
| YUV | 132.27 | 188.23 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 239 | 0.59 | 0.46 | 0 | 0.06 | 226.81 | 0.82 | 0.66 |
| Hex | 62 | 81 | EF | 3B | 2E | 0 | 6 | E3 | 52 | 42 |
| Octal | 142 | 201 | 357 | 73 | 56 | 0 | 6 | 343 | 122 | 102 |
| Binary | 1100010 | 10000001 | 11101111 | 111011 | 101110 | 0 | 110 | 11100011 | 1010010 | 1000010 |
Color Harmonies of #6281EF
Complementary color
Monochromatic Colors of #6281EF
Black with #6281EF
Text Example
Text Example
White with #6281EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281EF; }
p { color: rgb(98,129,239); }
H1.HeaderClassName
{
color: #6281EF;
}
.AnyTagClassName
{
color: #6281EF;
}
</style>
background-color css
<style>
a { background-color: #6281EF; }
a { background-color: rgb(98,129,239); }
div.DivClassName
{
background-color: #6281EF;
}
.BgClassName
{
background-color: #6281EF;
}
</style>
border-color css
<style>
span { border-color: #6281EF; }
span { border-color: rgb(98,129,239); }
td.TdClassName
{
border-color: #6281EF;
}
.TagClassName
{
border-color: #6281EF;
}
</style>