Shades of Cornflower Blue #6483DF
Tints of Cornflower Blue #6483DF
RGB
CMYK
RGB Variations
Color information
#6483DF (or 0x6483DF) is known color: Cornflower Blue. HEX triplet: 64, 83 and DF. RGB value is (100,131,223). Sum of RGB (Red+Green+Blue) = 100+131+223=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #6483DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483DF is #9B7C20. Grayscale: #838383. Windows color (decimal): -10189857 or 14648164. OLE color: 14648164.
HSL color Cylindrical-coordinate representation of color #6483DF: hue angle of 224.88º degrees, saturation: 0.66, 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 #6483DF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 131 | 223 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.13 |
| HSL | 224.88º | 0.66% | 0.63% | - |
| HSV(B) | 224.88º | 0.55% | 0.87% | - |
| XYZ | 26.69 | 24.27 | 73.09 | - |
| YUV | 132.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 223 | 0.55 | 0.41 | 0 | 0.13 | 224.88 | 0.66 | 0.63 |
| Hex | 64 | 83 | DF | 37 | 29 | 0 | D | E1 | 42 | 3F |
| Octal | 144 | 203 | 337 | 67 | 51 | 0 | 15 | 341 | 102 | 77 |
| Binary | 1100100 | 10000011 | 11011111 | 110111 | 101001 | 0 | 1101 | 11100001 | 1000010 | 111111 |
Color Harmonies of #6483DF
Complementary color
Monochromatic Colors of #6483DF
Black with #6483DF
Text Example
Text Example
White with #6483DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483DF; }
p { color: rgb(100,131,223); }
H1.HeaderClassName
{
color: #6483DF;
}
.AnyTagClassName
{
color: #6483DF;
}
</style>
background-color css
<style>
a { background-color: #6483DF; }
a { background-color: rgb(100,131,223); }
div.DivClassName
{
background-color: #6483DF;
}
.BgClassName
{
background-color: #6483DF;
}
</style>
border-color css
<style>
span { border-color: #6483DF; }
span { border-color: rgb(100,131,223); }
td.TdClassName
{
border-color: #6483DF;
}
.TagClassName
{
border-color: #6483DF;
}
</style>