Shades of Cornflower Blue #6483DD
Tints of Cornflower Blue #6483DD
RGB
CMYK
RGB Variations
Color information
#6483DD (or 0x6483DD) is known color: Cornflower Blue. HEX triplet: 64, 83 and DD. RGB value is (100,131,221). Sum of RGB (Red+Green+Blue) = 100+131+221=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #6483DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483DD is #9B7C22. Grayscale: #838383. Windows color (decimal): -10189859 or 14517092. OLE color: 14517092.
HSL color Cylindrical-coordinate representation of color #6483DD: hue angle of 224.63º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6483DD is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 131 | 221 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.13 |
| HSL | 224.63º | 0.64% | 0.63% | - |
| HSV(B) | 224.63º | 0.55% | 0.87% | - |
| XYZ | 26.42 | 24.16 | 71.68 | - |
| YUV | 131.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 221 | 0.55 | 0.41 | 0 | 0.13 | 224.63 | 0.64 | 0.63 |
| Hex | 64 | 83 | DD | 37 | 29 | 0 | D | E1 | 40 | 3F |
| Octal | 144 | 203 | 335 | 67 | 51 | 0 | 15 | 341 | 100 | 77 |
| Binary | 1100100 | 10000011 | 11011101 | 110111 | 101001 | 0 | 1101 | 11100001 | 1000000 | 111111 |
Color Harmonies of #6483DD
Complementary color
Monochromatic Colors of #6483DD
Black with #6483DD
Text Example
Text Example
White with #6483DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483DD; }
p { color: rgb(100,131,221); }
H1.HeaderClassName
{
color: #6483DD;
}
.AnyTagClassName
{
color: #6483DD;
}
</style>
background-color css
<style>
a { background-color: #6483DD; }
a { background-color: rgb(100,131,221); }
div.DivClassName
{
background-color: #6483DD;
}
.BgClassName
{
background-color: #6483DD;
}
</style>
border-color css
<style>
span { border-color: #6483DD; }
span { border-color: rgb(100,131,221); }
td.TdClassName
{
border-color: #6483DD;
}
.TagClassName
{
border-color: #6483DD;
}
</style>