Shades of Cornflower Blue #6380DA
Tints of Cornflower Blue #6380DA
RGB
CMYK
RGB Variations
Color information
#6380DA (or 0x6380DA) is known color: Cornflower Blue. HEX triplet: 63, 80 and DA. RGB value is (99,128,218). Sum of RGB (Red+Green+Blue) = 99+128+218=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #6380DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6380DA is #9C7F25. Grayscale: #818181. Windows color (decimal): -10256166 or 14319715. OLE color: 14319715.
HSL color Cylindrical-coordinate representation of color #6380DA: hue angle of 225.38º 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 #6380DA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 128 | 218 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.15 |
| HSL | 225.38º | 0.62% | 0.62% | - |
| HSV(B) | 225.38º | 0.55% | 0.85% | - |
| XYZ | 25.52 | 23.15 | 69.45 | - |
| YUV | 129.59 | 177.89 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 218 | 0.55 | 0.41 | 0 | 0.15 | 225.38 | 0.62 | 0.62 |
| Hex | 63 | 80 | DA | 37 | 29 | 0 | F | E1 | 3E | 3E |
| Octal | 143 | 200 | 332 | 67 | 51 | 0 | 17 | 341 | 76 | 76 |
| Binary | 1100011 | 10000000 | 11011010 | 110111 | 101001 | 0 | 1111 | 11100001 | 111110 | 111110 |
Color Harmonies of #6380DA
Complementary color
Monochromatic Colors of #6380DA
Black with #6380DA
Text Example
Text Example
White with #6380DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6380DA; }
p { color: rgb(99,128,218); }
H1.HeaderClassName
{
color: #6380DA;
}
.AnyTagClassName
{
color: #6380DA;
}
</style>
background-color css
<style>
a { background-color: #6380DA; }
a { background-color: rgb(99,128,218); }
div.DivClassName
{
background-color: #6380DA;
}
.BgClassName
{
background-color: #6380DA;
}
</style>
border-color css
<style>
span { border-color: #6380DA; }
span { border-color: rgb(99,128,218); }
td.TdClassName
{
border-color: #6380DA;
}
.TagClassName
{
border-color: #6380DA;
}
</style>