Shades of Cornflower Blue #6385DF
Tints of Cornflower Blue #6385DF
RGB
CMYK
RGB Variations
Color information
#6385DF (or 0x6385DF) is known color: Cornflower Blue. HEX triplet: 63, 85 and DF. RGB value is (99,133,223). Sum of RGB (Red+Green+Blue) = 99+133+223=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 133 (52.34% from 255 or 29.23% 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 #6385DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385DF is #9C7A20. Grayscale: #848484. Windows color (decimal): -10254881 or 14648675. OLE color: 14648675.
HSL color Cylindrical-coordinate representation of color #6385DF: hue angle of 223.55º 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 #6385DF is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 133 | 223 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.13 |
| HSL | 223.55º | 0.66% | 0.63% | - |
| HSV(B) | 223.55º | 0.56% | 0.87% | - |
| XYZ | 26.85 | 24.76 | 73.18 | - |
| YUV | 133.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 223 | 0.56 | 0.40 | 0 | 0.13 | 223.55 | 0.66 | 0.63 |
| Hex | 63 | 85 | DF | 38 | 28 | 0 | D | E0 | 42 | 3F |
| Octal | 143 | 205 | 337 | 70 | 50 | 0 | 15 | 340 | 102 | 77 |
| Binary | 1100011 | 10000101 | 11011111 | 111000 | 101000 | 0 | 1101 | 11100000 | 1000010 | 111111 |
Color Harmonies of #6385DF
Complementary color
Monochromatic Colors of #6385DF
Black with #6385DF
Text Example
Text Example
White with #6385DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385DF; }
p { color: rgb(99,133,223); }
H1.HeaderClassName
{
color: #6385DF;
}
.AnyTagClassName
{
color: #6385DF;
}
</style>
background-color css
<style>
a { background-color: #6385DF; }
a { background-color: rgb(99,133,223); }
div.DivClassName
{
background-color: #6385DF;
}
.BgClassName
{
background-color: #6385DF;
}
</style>
border-color css
<style>
span { border-color: #6385DF; }
span { border-color: rgb(99,133,223); }
td.TdClassName
{
border-color: #6385DF;
}
.TagClassName
{
border-color: #6385DF;
}
</style>