Shades of Cornflower Blue #6285DF
Tints of Cornflower Blue #6285DF
RGB
CMYK
RGB Variations
Color information
#6285DF (or 0x6285DF) is known color: Cornflower Blue. HEX triplet: 62, 85 and DF. RGB value is (98,133,223). Sum of RGB (Red+Green+Blue) = 98+133+223=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #6285DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285DF is #9D7A20. Grayscale: #848484. Windows color (decimal): -10320417 or 14648674. OLE color: 14648674.
HSL color Cylindrical-coordinate representation of color #6285DF: hue angle of 223.2º 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 #6285DF is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 133 | 223 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.13 |
| HSL | 223.2º | 0.66% | 0.63% | - |
| HSV(B) | 223.2º | 0.56% | 0.87% | - |
| XYZ | 26.74 | 24.7 | 73.17 | - |
| YUV | 132.8 | 178.9 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 223 | 0.56 | 0.40 | 0 | 0.13 | 223.2 | 0.66 | 0.63 |
| Hex | 62 | 85 | DF | 38 | 28 | 0 | D | DF | 42 | 3F |
| Octal | 142 | 205 | 337 | 70 | 50 | 0 | 15 | 337 | 102 | 77 |
| Binary | 1100010 | 10000101 | 11011111 | 111000 | 101000 | 0 | 1101 | 11011111 | 1000010 | 111111 |
Color Harmonies of #6285DF
Complementary color
Monochromatic Colors of #6285DF
Black with #6285DF
Text Example
Text Example
White with #6285DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285DF; }
p { color: rgb(98,133,223); }
H1.HeaderClassName
{
color: #6285DF;
}
.AnyTagClassName
{
color: #6285DF;
}
</style>
background-color css
<style>
a { background-color: #6285DF; }
a { background-color: rgb(98,133,223); }
div.DivClassName
{
background-color: #6285DF;
}
.BgClassName
{
background-color: #6285DF;
}
</style>
border-color css
<style>
span { border-color: #6285DF; }
span { border-color: rgb(98,133,223); }
td.TdClassName
{
border-color: #6285DF;
}
.TagClassName
{
border-color: #6285DF;
}
</style>