Shades of Cornflower Blue #6287FF
Tints of Cornflower Blue #6287FF
RGB
CMYK
RGB Variations
Color information
#6287FF (or 0x6287FF) is known color: Cornflower Blue. HEX triplet: 62, 87 and FF. RGB value is (98,135,255). Sum of RGB (Red+Green+Blue) = 98+135+255=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #6287FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6287FF is #9D7800. Grayscale: #898989. Windows color (decimal): -10319873 or 16746338. OLE color: 16746338.
HSL color Cylindrical-coordinate representation of color #6287FF: hue angle of 225.86º 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 #6287FF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 135 | 255 | - |
| CMYK | 0.62 | 0.47 | 0 | 0 |
| HSL | 225.86º | 1% | 0.69% | - |
| HSV(B) | 225.86º | 0.62% | 1% | - |
| XYZ | 31.75 | 27.14 | 98.17 | - |
| YUV | 137.62 | 194.24 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 255 | 0.62 | 0.47 | 0 | 0 | 225.86 | 1 | 0.69 |
| Hex | 62 | 87 | FF | 3E | 2F | 0 | 0 | E2 | 64 | 45 |
| Octal | 142 | 207 | 377 | 76 | 57 | 0 | 0 | 342 | 144 | 105 |
| Binary | 1100010 | 10000111 | 11111111 | 111110 | 101111 | 0 | 0 | 11100010 | 1100100 | 1000101 |
Color Harmonies of #6287FF
Complementary color
Monochromatic Colors of #6287FF
Black with #6287FF
Text Example
Text Example
White with #6287FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6287FF; }
p { color: rgb(98,135,255); }
H1.HeaderClassName
{
color: #6287FF;
}
.AnyTagClassName
{
color: #6287FF;
}
</style>
background-color css
<style>
a { background-color: #6287FF; }
a { background-color: rgb(98,135,255); }
div.DivClassName
{
background-color: #6287FF;
}
.BgClassName
{
background-color: #6287FF;
}
</style>
border-color css
<style>
span { border-color: #6287FF; }
span { border-color: rgb(98,135,255); }
td.TdClassName
{
border-color: #6287FF;
}
.TagClassName
{
border-color: #6287FF;
}
</style>