Shades of Cornflower Blue #6483EF
Tints of Cornflower Blue #6483EF
RGB
CMYK
RGB Variations
Color information
#6483EF (or 0x6483EF) is known color: Cornflower Blue. HEX triplet: 64, 83 and EF. RGB value is (100,131,239). Sum of RGB (Red+Green+Blue) = 100+131+239=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #6483EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6483EF is #9B7C10. Grayscale: #858585. Windows color (decimal): -10189841 or 15696740. OLE color: 15696740.
HSL color Cylindrical-coordinate representation of color #6483EF: hue angle of 226.62º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6483EF is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 131 | 239 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.06 |
| HSL | 226.62º | 0.81% | 0.66% | - |
| HSV(B) | 226.62º | 0.58% | 0.94% | - |
| XYZ | 28.95 | 25.17 | 84.99 | - |
| YUV | 134.04 | 187.23 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 239 | 0.58 | 0.45 | 0 | 0.06 | 226.62 | 0.81 | 0.66 |
| Hex | 64 | 83 | EF | 3A | 2D | 0 | 6 | E3 | 51 | 42 |
| Octal | 144 | 203 | 357 | 72 | 55 | 0 | 6 | 343 | 121 | 102 |
| Binary | 1100100 | 10000011 | 11101111 | 111010 | 101101 | 0 | 110 | 11100011 | 1010001 | 1000010 |
Color Harmonies of #6483EF
Complementary color
Monochromatic Colors of #6483EF
Black with #6483EF
Text Example
Text Example
White with #6483EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483EF; }
p { color: rgb(100,131,239); }
H1.HeaderClassName
{
color: #6483EF;
}
.AnyTagClassName
{
color: #6483EF;
}
</style>
background-color css
<style>
a { background-color: #6483EF; }
a { background-color: rgb(100,131,239); }
div.DivClassName
{
background-color: #6483EF;
}
.BgClassName
{
background-color: #6483EF;
}
</style>
border-color css
<style>
span { border-color: #6483EF; }
span { border-color: rgb(100,131,239); }
td.TdClassName
{
border-color: #6483EF;
}
.TagClassName
{
border-color: #6483EF;
}
</style>