Shades of Cornflower Blue #6286FF
Tints of Cornflower Blue #6286FF
RGB
CMYK
RGB Variations
Color information
#6286FF (or 0x6286FF) is known color: Cornflower Blue. HEX triplet: 62, 86 and FF. RGB value is (98,134,255). Sum of RGB (Red+Green+Blue) = 98+134+255=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #6286FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6286FF is #9D7900. Grayscale: #888888. Windows color (decimal): -10320129 or 16746082. OLE color: 16746082.
HSL color Cylindrical-coordinate representation of color #6286FF: hue angle of 226.24º 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 #6286FF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 134 | 255 | - |
| CMYK | 0.62 | 0.47 | 0 | 0 |
| HSL | 226.24º | 1% | 0.69% | - |
| HSV(B) | 226.24º | 0.62% | 1% | - |
| XYZ | 31.61 | 26.87 | 98.13 | - |
| YUV | 137.03 | 194.57 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 255 | 0.62 | 0.47 | 0 | 0 | 226.24 | 1 | 0.69 |
| Hex | 62 | 86 | FF | 3E | 2F | 0 | 0 | E2 | 64 | 45 |
| Octal | 142 | 206 | 377 | 76 | 57 | 0 | 0 | 342 | 144 | 105 |
| Binary | 1100010 | 10000110 | 11111111 | 111110 | 101111 | 0 | 0 | 11100010 | 1100100 | 1000101 |
Color Harmonies of #6286FF
Complementary color
Monochromatic Colors of #6286FF
Black with #6286FF
Text Example
Text Example
White with #6286FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6286FF; }
p { color: rgb(98,134,255); }
H1.HeaderClassName
{
color: #6286FF;
}
.AnyTagClassName
{
color: #6286FF;
}
</style>
background-color css
<style>
a { background-color: #6286FF; }
a { background-color: rgb(98,134,255); }
div.DivClassName
{
background-color: #6286FF;
}
.BgClassName
{
background-color: #6286FF;
}
</style>
border-color css
<style>
span { border-color: #6286FF; }
span { border-color: rgb(98,134,255); }
td.TdClassName
{
border-color: #6286FF;
}
.TagClassName
{
border-color: #6286FF;
}
</style>