Shades of Cornflower Blue #6284FF
Tints of Cornflower Blue #6284FF
RGB
CMYK
RGB Variations
Color information
#6284FF (or 0x6284FF) is known color: Cornflower Blue. HEX triplet: 62, 84 and FF. RGB value is (98,132,255). Sum of RGB (Red+Green+Blue) = 98+132+255=485 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.21% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #6284FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6284FF is #9D7B00. Grayscale: #878787. Windows color (decimal): -10320641 or 16745570. OLE color: 16745570.
HSL color Cylindrical-coordinate representation of color #6284FF: hue angle of 227.01º 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 #6284FF is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 132 | 255 | - |
| CMYK | 0.62 | 0.48 | 0 | 0 |
| HSL | 227.01º | 1% | 0.69% | - |
| HSV(B) | 227.01º | 0.62% | 1% | - |
| XYZ | 31.34 | 26.32 | 98.04 | - |
| YUV | 135.86 | 195.24 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 255 | 0.62 | 0.48 | 0 | 0 | 227.01 | 1 | 0.69 |
| Hex | 62 | 84 | FF | 3E | 30 | 0 | 0 | E3 | 64 | 45 |
| Octal | 142 | 204 | 377 | 76 | 60 | 0 | 0 | 343 | 144 | 105 |
| Binary | 1100010 | 10000100 | 11111111 | 111110 | 110000 | 0 | 0 | 11100011 | 1100100 | 1000101 |
Color Harmonies of #6284FF
Complementary color
Monochromatic Colors of #6284FF
Black with #6284FF
Text Example
Text Example
White with #6284FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6284FF; }
p { color: rgb(98,132,255); }
H1.HeaderClassName
{
color: #6284FF;
}
.AnyTagClassName
{
color: #6284FF;
}
</style>
background-color css
<style>
a { background-color: #6284FF; }
a { background-color: rgb(98,132,255); }
div.DivClassName
{
background-color: #6284FF;
}
.BgClassName
{
background-color: #6284FF;
}
</style>
border-color css
<style>
span { border-color: #6284FF; }
span { border-color: rgb(98,132,255); }
td.TdClassName
{
border-color: #6284FF;
}
.TagClassName
{
border-color: #6284FF;
}
</style>