Shades of Cornflower Blue #6483FE
Tints of Cornflower Blue #6483FE
RGB
CMYK
RGB Variations
Color information
#6483FE (or 0x6483FE) is known color: Cornflower Blue. HEX triplet: 64, 83 and FE. RGB value is (100,131,254). Sum of RGB (Red+Green+Blue) = 100+131+254=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #6483FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6483FE is #9B7C01. Grayscale: #878787. Windows color (decimal): -10189826 or 16679780. OLE color: 16679780.
HSL color Cylindrical-coordinate representation of color #6483FE: hue angle of 227.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6483FE is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 131 | 254 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.00 |
| HSL | 227.92º | 0.99% | 0.69% | - |
| HSV(B) | 227.92º | 0.61% | 1% | - |
| XYZ | 31.26 | 26.1 | 97.16 | - |
| YUV | 135.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 254 | 0.61 | 0.48 | 0 | 0.00 | 227.92 | 0.99 | 0.69 |
| Hex | 64 | 83 | FE | 3D | 30 | 0 | 0 | E4 | 63 | 45 |
| Octal | 144 | 203 | 376 | 75 | 60 | 0 | 0 | 344 | 143 | 105 |
| Binary | 1100100 | 10000011 | 11111110 | 111101 | 110000 | 0 | 0 | 11100100 | 1100011 | 1000101 |
Color Harmonies of #6483FE
Complementary color
Monochromatic Colors of #6483FE
Black with #6483FE
Text Example
Text Example
White with #6483FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483FE; }
p { color: rgb(100,131,254); }
H1.HeaderClassName
{
color: #6483FE;
}
.AnyTagClassName
{
color: #6483FE;
}
</style>
background-color css
<style>
a { background-color: #6483FE; }
a { background-color: rgb(100,131,254); }
div.DivClassName
{
background-color: #6483FE;
}
.BgClassName
{
background-color: #6483FE;
}
</style>
border-color css
<style>
span { border-color: #6483FE; }
span { border-color: rgb(100,131,254); }
td.TdClassName
{
border-color: #6483FE;
}
.TagClassName
{
border-color: #6483FE;
}
</style>