Shades of Cornflower Blue #6483F8
Tints of Cornflower Blue #6483F8
RGB
CMYK
RGB Variations
Color information
#6483F8 (or 0x6483F8) is known color: Cornflower Blue. HEX triplet: 64, 83 and F8. RGB value is (100,131,248). Sum of RGB (Red+Green+Blue) = 100+131+248=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 248 (97.27% from 255 or 51.77% from 479); Max value from RGB is 248 - color contains mainly: blue. Hex color #6483F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6483F8 is #9B7C07. Grayscale: #868686. Windows color (decimal): -10189832 or 16286564. OLE color: 16286564.
HSL color Cylindrical-coordinate representation of color #6483F8: hue angle of 227.43º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6483F8 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 131 | 248 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.03 |
| HSL | 227.43º | 0.91% | 0.68% | - |
| HSV(B) | 227.43º | 0.6% | 0.97% | - |
| XYZ | 30.32 | 25.72 | 92.17 | - |
| YUV | 135.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 248 | 0.60 | 0.47 | 0 | 0.03 | 227.43 | 0.91 | 0.68 |
| Hex | 64 | 83 | F8 | 3C | 2F | 0 | 3 | E3 | 5B | 44 |
| Octal | 144 | 203 | 370 | 74 | 57 | 0 | 3 | 343 | 133 | 104 |
| Binary | 1100100 | 10000011 | 11111000 | 111100 | 101111 | 0 | 11 | 11100011 | 1011011 | 1000100 |
Color Harmonies of #6483F8
Complementary color
Monochromatic Colors of #6483F8
Black with #6483F8
Text Example
Text Example
White with #6483F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483F8; }
p { color: rgb(100,131,248); }
H1.HeaderClassName
{
color: #6483F8;
}
.AnyTagClassName
{
color: #6483F8;
}
</style>
background-color css
<style>
a { background-color: #6483F8; }
a { background-color: rgb(100,131,248); }
div.DivClassName
{
background-color: #6483F8;
}
.BgClassName
{
background-color: #6483F8;
}
</style>
border-color css
<style>
span { border-color: #6483F8; }
span { border-color: rgb(100,131,248); }
td.TdClassName
{
border-color: #6483F8;
}
.TagClassName
{
border-color: #6483F8;
}
</style>