Shades of Cornflower Blue #6380DC
Tints of Cornflower Blue #6380DC
RGB
CMYK
RGB Variations
Color information
#6380DC (or 0x6380DC) is known color: Cornflower Blue. HEX triplet: 63, 80 and DC. RGB value is (99,128,220). Sum of RGB (Red+Green+Blue) = 99+128+220=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #6380DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6380DC is #9C7F23. Grayscale: #818181. Windows color (decimal): -10256164 or 14450787. OLE color: 14450787.
HSL color Cylindrical-coordinate representation of color #6380DC: hue angle of 225.62º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6380DC is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 128 | 220 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.14 |
| HSL | 225.62º | 0.63% | 0.63% | - |
| HSV(B) | 225.62º | 0.55% | 0.86% | - |
| XYZ | 25.78 | 23.26 | 70.84 | - |
| YUV | 129.82 | 178.89 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 220 | 0.55 | 0.42 | 0 | 0.14 | 225.62 | 0.63 | 0.63 |
| Hex | 63 | 80 | DC | 37 | 2A | 0 | E | E2 | 3F | 3F |
| Octal | 143 | 200 | 334 | 67 | 52 | 0 | 16 | 342 | 77 | 77 |
| Binary | 1100011 | 10000000 | 11011100 | 110111 | 101010 | 0 | 1110 | 11100010 | 111111 | 111111 |
Color Harmonies of #6380DC
Complementary color
Monochromatic Colors of #6380DC
Black with #6380DC
Text Example
Text Example
White with #6380DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6380DC; }
p { color: rgb(99,128,220); }
H1.HeaderClassName
{
color: #6380DC;
}
.AnyTagClassName
{
color: #6380DC;
}
</style>
background-color css
<style>
a { background-color: #6380DC; }
a { background-color: rgb(99,128,220); }
div.DivClassName
{
background-color: #6380DC;
}
.BgClassName
{
background-color: #6380DC;
}
</style>
border-color css
<style>
span { border-color: #6380DC; }
span { border-color: rgb(99,128,220); }
td.TdClassName
{
border-color: #6380DC;
}
.TagClassName
{
border-color: #6380DC;
}
</style>