Shades of Cornflower Blue #6286DF
Tints of Cornflower Blue #6286DF
RGB
CMYK
RGB Variations
Color information
#6286DF (or 0x6286DF) is known color: Cornflower Blue. HEX triplet: 62, 86 and DF. RGB value is (98,134,223). Sum of RGB (Red+Green+Blue) = 98+134+223=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #6286DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286DF is #9D7920. Grayscale: #848484. Windows color (decimal): -10320161 or 14648930. OLE color: 14648930.
HSL color Cylindrical-coordinate representation of color #6286DF: hue angle of 222.72º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6286DF is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 134 | 223 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.13 |
| HSL | 222.72º | 0.66% | 0.63% | - |
| HSV(B) | 222.72º | 0.56% | 0.87% | - |
| XYZ | 26.88 | 24.97 | 73.22 | - |
| YUV | 133.38 | 178.57 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 223 | 0.56 | 0.40 | 0 | 0.13 | 222.72 | 0.66 | 0.63 |
| Hex | 62 | 86 | DF | 38 | 28 | 0 | D | DF | 42 | 3F |
| Octal | 142 | 206 | 337 | 70 | 50 | 0 | 15 | 337 | 102 | 77 |
| Binary | 1100010 | 10000110 | 11011111 | 111000 | 101000 | 0 | 1101 | 11011111 | 1000010 | 111111 |
Color Harmonies of #6286DF
Complementary color
Monochromatic Colors of #6286DF
Black with #6286DF
Text Example
Text Example
White with #6286DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6286DF; }
p { color: rgb(98,134,223); }
H1.HeaderClassName
{
color: #6286DF;
}
.AnyTagClassName
{
color: #6286DF;
}
</style>
background-color css
<style>
a { background-color: #6286DF; }
a { background-color: rgb(98,134,223); }
div.DivClassName
{
background-color: #6286DF;
}
.BgClassName
{
background-color: #6286DF;
}
</style>
border-color css
<style>
span { border-color: #6286DF; }
span { border-color: rgb(98,134,223); }
td.TdClassName
{
border-color: #6286DF;
}
.TagClassName
{
border-color: #6286DF;
}
</style>