Shades of Cornflower Blue #6281F8
Tints of Cornflower Blue #6281F8
RGB
CMYK
RGB Variations
Color information
#6281F8 (or 0x6281F8) is known color: Cornflower Blue. HEX triplet: 62, 81 and F8. RGB value is (98,129,248). Sum of RGB (Red+Green+Blue) = 98+129+248=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #6281F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6281F8 is #9D7E07. Grayscale: #848484. Windows color (decimal): -10321416 or 16286050. OLE color: 16286050.
HSL color Cylindrical-coordinate representation of color #6281F8: hue angle of 227.6º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6281F8 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 129 | 248 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.03 |
| HSL | 227.6º | 0.91% | 0.68% | - |
| HSV(B) | 227.6º | 0.6% | 0.97% | - |
| XYZ | 29.83 | 25.07 | 92.07 | - |
| YUV | 133.3 | 192.73 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 248 | 0.60 | 0.48 | 0 | 0.03 | 227.6 | 0.91 | 0.68 |
| Hex | 62 | 81 | F8 | 3C | 30 | 0 | 3 | E4 | 5B | 44 |
| Octal | 142 | 201 | 370 | 74 | 60 | 0 | 3 | 344 | 133 | 104 |
| Binary | 1100010 | 10000001 | 11111000 | 111100 | 110000 | 0 | 11 | 11100100 | 1011011 | 1000100 |
Color Harmonies of #6281F8
Complementary color
Monochromatic Colors of #6281F8
Black with #6281F8
Text Example
Text Example
White with #6281F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281F8; }
p { color: rgb(98,129,248); }
H1.HeaderClassName
{
color: #6281F8;
}
.AnyTagClassName
{
color: #6281F8;
}
</style>
background-color css
<style>
a { background-color: #6281F8; }
a { background-color: rgb(98,129,248); }
div.DivClassName
{
background-color: #6281F8;
}
.BgClassName
{
background-color: #6281F8;
}
</style>
border-color css
<style>
span { border-color: #6281F8; }
span { border-color: rgb(98,129,248); }
td.TdClassName
{
border-color: #6281F8;
}
.TagClassName
{
border-color: #6281F8;
}
</style>