Shades of Cornflower Blue #6281FC
Tints of Cornflower Blue #6281FC
RGB
CMYK
RGB Variations
Color information
#6281FC (or 0x6281FC) is known color: Cornflower Blue. HEX triplet: 62, 81 and FC. RGB value is (98,129,252). Sum of RGB (Red+Green+Blue) = 98+129+252=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #6281FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6281FC is #9D7E03. Grayscale: #858585. Windows color (decimal): -10321412 or 16548194. OLE color: 16548194.
HSL color Cylindrical-coordinate representation of color #6281FC: hue angle of 227.92º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6281FC is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 129 | 252 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.01 |
| HSL | 227.92º | 0.96% | 0.69% | - |
| HSV(B) | 227.92º | 0.61% | 0.99% | - |
| XYZ | 30.46 | 25.33 | 95.38 | - |
| YUV | 133.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 252 | 0.61 | 0.49 | 0 | 0.01 | 227.92 | 0.96 | 0.69 |
| Hex | 62 | 81 | FC | 3D | 31 | 0 | 1 | E4 | 60 | 45 |
| Octal | 142 | 201 | 374 | 75 | 61 | 0 | 1 | 344 | 140 | 105 |
| Binary | 1100010 | 10000001 | 11111100 | 111101 | 110001 | 0 | 1 | 11100100 | 1100000 | 1000101 |
Color Harmonies of #6281FC
Complementary color
Monochromatic Colors of #6281FC
Black with #6281FC
Text Example
Text Example
White with #6281FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281FC; }
p { color: rgb(98,129,252); }
H1.HeaderClassName
{
color: #6281FC;
}
.AnyTagClassName
{
color: #6281FC;
}
</style>
background-color css
<style>
a { background-color: #6281FC; }
a { background-color: rgb(98,129,252); }
div.DivClassName
{
background-color: #6281FC;
}
.BgClassName
{
background-color: #6281FC;
}
</style>
border-color css
<style>
span { border-color: #6281FC; }
span { border-color: rgb(98,129,252); }
td.TdClassName
{
border-color: #6281FC;
}
.TagClassName
{
border-color: #6281FC;
}
</style>