Shades of Cornflower Blue #6481DC
Tints of Cornflower Blue #6481DC
RGB
CMYK
RGB Variations
Color information
#6481DC (or 0x6481DC) is known color: Cornflower Blue. HEX triplet: 64, 81 and DC. RGB value is (100,129,220). Sum of RGB (Red+Green+Blue) = 100+129+220=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #6481DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481DC is #9B7E23. Grayscale: #828282. Windows color (decimal): -10190372 or 14451044. OLE color: 14451044.
HSL color Cylindrical-coordinate representation of color #6481DC: hue angle of 225.5º 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 #6481DC is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 129 | 220 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.14 |
| HSL | 225.5º | 0.63% | 0.63% | - |
| HSV(B) | 225.5º | 0.55% | 0.86% | - |
| XYZ | 26.02 | 23.58 | 70.89 | - |
| YUV | 130.7 | 178.39 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 220 | 0.55 | 0.41 | 0 | 0.14 | 225.5 | 0.63 | 0.63 |
| Hex | 64 | 81 | DC | 37 | 29 | 0 | E | E2 | 3F | 3F |
| Octal | 144 | 201 | 334 | 67 | 51 | 0 | 16 | 342 | 77 | 77 |
| Binary | 1100100 | 10000001 | 11011100 | 110111 | 101001 | 0 | 1110 | 11100010 | 111111 | 111111 |
Color Harmonies of #6481DC
Complementary color
Monochromatic Colors of #6481DC
Black with #6481DC
Text Example
Text Example
White with #6481DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6481DC; }
p { color: rgb(100,129,220); }
H1.HeaderClassName
{
color: #6481DC;
}
.AnyTagClassName
{
color: #6481DC;
}
</style>
background-color css
<style>
a { background-color: #6481DC; }
a { background-color: rgb(100,129,220); }
div.DivClassName
{
background-color: #6481DC;
}
.BgClassName
{
background-color: #6481DC;
}
</style>
border-color css
<style>
span { border-color: #6481DC; }
span { border-color: rgb(100,129,220); }
td.TdClassName
{
border-color: #6481DC;
}
.TagClassName
{
border-color: #6481DC;
}
</style>