Shades of Cornflower Blue #6385DA
Tints of Cornflower Blue #6385DA
RGB
CMYK
RGB Variations
Color information
#6385DA (or 0x6385DA) is known color: Cornflower Blue. HEX triplet: 63, 85 and DA. RGB value is (99,133,218). Sum of RGB (Red+Green+Blue) = 99+133+218=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #6385DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385DA is #9C7A25. Grayscale: #848484. Windows color (decimal): -10254886 or 14320995. OLE color: 14320995.
HSL color Cylindrical-coordinate representation of color #6385DA: hue angle of 222.86º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6385DA is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 133 | 218 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.15 |
| HSL | 222.86º | 0.62% | 0.62% | - |
| HSV(B) | 222.86º | 0.55% | 0.85% | - |
| XYZ | 26.19 | 24.49 | 69.68 | - |
| YUV | 132.52 | 176.24 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 218 | 0.55 | 0.39 | 0 | 0.15 | 222.86 | 0.62 | 0.62 |
| Hex | 63 | 85 | DA | 37 | 27 | 0 | F | DF | 3E | 3E |
| Octal | 143 | 205 | 332 | 67 | 47 | 0 | 17 | 337 | 76 | 76 |
| Binary | 1100011 | 10000101 | 11011010 | 110111 | 100111 | 0 | 1111 | 11011111 | 111110 | 111110 |
Color Harmonies of #6385DA
Complementary color
Monochromatic Colors of #6385DA
Black with #6385DA
Text Example
Text Example
White with #6385DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385DA; }
p { color: rgb(99,133,218); }
H1.HeaderClassName
{
color: #6385DA;
}
.AnyTagClassName
{
color: #6385DA;
}
</style>
background-color css
<style>
a { background-color: #6385DA; }
a { background-color: rgb(99,133,218); }
div.DivClassName
{
background-color: #6385DA;
}
.BgClassName
{
background-color: #6385DA;
}
</style>
border-color css
<style>
span { border-color: #6385DA; }
span { border-color: rgb(99,133,218); }
td.TdClassName
{
border-color: #6385DA;
}
.TagClassName
{
border-color: #6385DA;
}
</style>