Shades of Cornflower Blue #6483FB
Tints of Cornflower Blue #6483FB
RGB
CMYK
RGB Variations
Color information
#6483FB (or 0x6483FB) is known color: Cornflower Blue. HEX triplet: 64, 83 and FB. RGB value is (100,131,251). Sum of RGB (Red+Green+Blue) = 100+131+251=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #6483FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6483FB is #9B7C04. Grayscale: #868686. Windows color (decimal): -10189829 or 16483172. OLE color: 16483172.
HSL color Cylindrical-coordinate representation of color #6483FB: hue angle of 227.68º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6483FB is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 131 | 251 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.02 |
| HSL | 227.68º | 0.95% | 0.69% | - |
| HSV(B) | 227.68º | 0.6% | 0.98% | - |
| XYZ | 30.78 | 25.91 | 94.64 | - |
| YUV | 135.41 | 193.23 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 251 | 0.60 | 0.48 | 0 | 0.02 | 227.68 | 0.95 | 0.69 |
| Hex | 64 | 83 | FB | 3C | 30 | 0 | 2 | E4 | 5F | 45 |
| Octal | 144 | 203 | 373 | 74 | 60 | 0 | 2 | 344 | 137 | 105 |
| Binary | 1100100 | 10000011 | 11111011 | 111100 | 110000 | 0 | 10 | 11100100 | 1011111 | 1000101 |
Color Harmonies of #6483FB
Complementary color
Monochromatic Colors of #6483FB
Black with #6483FB
Text Example
Text Example
White with #6483FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483FB; }
p { color: rgb(100,131,251); }
H1.HeaderClassName
{
color: #6483FB;
}
.AnyTagClassName
{
color: #6483FB;
}
</style>
background-color css
<style>
a { background-color: #6483FB; }
a { background-color: rgb(100,131,251); }
div.DivClassName
{
background-color: #6483FB;
}
.BgClassName
{
background-color: #6483FB;
}
</style>
border-color css
<style>
span { border-color: #6483FB; }
span { border-color: rgb(100,131,251); }
td.TdClassName
{
border-color: #6483FB;
}
.TagClassName
{
border-color: #6483FB;
}
</style>