Shades of Cornflower Blue #6483FF
Tints of Cornflower Blue #6483FF
RGB
CMYK
RGB Variations
Color information
#6483FF (or 0x6483FF) is known color: Cornflower Blue. HEX triplet: 64, 83 and FF. RGB value is (100,131,255). Sum of RGB (Red+Green+Blue) = 100+131+255=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #6483FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6483FF is #9B7C00. Grayscale: #878787. Windows color (decimal): -10189825 or 16745316. OLE color: 16745316.
HSL color Cylindrical-coordinate representation of color #6483FF: hue angle of 228º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6483FF is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 131 | 255 | - |
| CMYK | 0.61 | 0.49 | 0 | 0 |
| HSL | 228º | 1% | 0.7% | - |
| HSV(B) | 228º | 0.61% | 1% | - |
| XYZ | 31.42 | 26.16 | 98 | - |
| YUV | 135.87 | 195.23 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 255 | 0.61 | 0.49 | 0 | 0 | 228 | 1 | 0.7 |
| Hex | 64 | 83 | FF | 3D | 31 | 0 | 0 | E4 | 64 | 46 |
| Octal | 144 | 203 | 377 | 75 | 61 | 0 | 0 | 344 | 144 | 106 |
| Binary | 1100100 | 10000011 | 11111111 | 111101 | 110001 | 0 | 0 | 11100100 | 1100100 | 1000110 |
Color Harmonies of #6483FF
Complementary color
Monochromatic Colors of #6483FF
Black with #6483FF
Text Example
Text Example
White with #6483FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483FF; }
p { color: rgb(100,131,255); }
H1.HeaderClassName
{
color: #6483FF;
}
.AnyTagClassName
{
color: #6483FF;
}
</style>
background-color css
<style>
a { background-color: #6483FF; }
a { background-color: rgb(100,131,255); }
div.DivClassName
{
background-color: #6483FF;
}
.BgClassName
{
background-color: #6483FF;
}
</style>
border-color css
<style>
span { border-color: #6483FF; }
span { border-color: rgb(100,131,255); }
td.TdClassName
{
border-color: #6483FF;
}
.TagClassName
{
border-color: #6483FF;
}
</style>