Shades of Cornflower Blue #6281FF
Tints of Cornflower Blue #6281FF
RGB
CMYK
RGB Variations
Color information
#6281FF (or 0x6281FF) is known color: Cornflower Blue. HEX triplet: 62, 81 and FF. RGB value is (98,129,255). Sum of RGB (Red+Green+Blue) = 98+129+255=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #6281FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6281FF is #9D7E00. Grayscale: #858585. Windows color (decimal): -10321409 or 16744802. OLE color: 16744802.
HSL color Cylindrical-coordinate representation of color #6281FF: hue angle of 228.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6281FF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 129 | 255 | - |
| CMYK | 0.62 | 0.49 | 0 | 0 |
| HSL | 228.15º | 1% | 0.69% | - |
| HSV(B) | 228.15º | 0.62% | 1% | - |
| XYZ | 30.94 | 25.52 | 97.9 | - |
| YUV | 134.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 255 | 0.62 | 0.49 | 0 | 0 | 228.15 | 1 | 0.69 |
| Hex | 62 | 81 | FF | 3E | 31 | 0 | 0 | E4 | 64 | 45 |
| Octal | 142 | 201 | 377 | 76 | 61 | 0 | 0 | 344 | 144 | 105 |
| Binary | 1100010 | 10000001 | 11111111 | 111110 | 110001 | 0 | 0 | 11100100 | 1100100 | 1000101 |
Color Harmonies of #6281FF
Complementary color
Monochromatic Colors of #6281FF
Black with #6281FF
Text Example
Text Example
White with #6281FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281FF; }
p { color: rgb(98,129,255); }
H1.HeaderClassName
{
color: #6281FF;
}
.AnyTagClassName
{
color: #6281FF;
}
</style>
background-color css
<style>
a { background-color: #6281FF; }
a { background-color: rgb(98,129,255); }
div.DivClassName
{
background-color: #6281FF;
}
.BgClassName
{
background-color: #6281FF;
}
</style>
border-color css
<style>
span { border-color: #6281FF; }
span { border-color: rgb(98,129,255); }
td.TdClassName
{
border-color: #6281FF;
}
.TagClassName
{
border-color: #6281FF;
}
</style>