Shades of Blue Marguerite #6460BB
Tints of Blue Marguerite #6460BB
RGB
CMYK
RGB Variations
Color information
#6460BB (or 0x6460BB) is known color: Blue Marguerite. HEX triplet: 64, 60 and BB. RGB value is (100,96,187). Sum of RGB (Red+Green+Blue) = 100+96+187=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #6460BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460BB is #9B9F44. Grayscale: #6B6B6B. Windows color (decimal): -10198853 or 12279908. OLE color: 12279908.
HSL color Cylindrical-coordinate representation of color #6460BB: hue angle of 242.64º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6460BB is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 96 | 187 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.27 |
| HSL | 242.64º | 0.4% | 0.55% | - |
| HSV(B) | 242.64º | 0.49% | 0.73% | - |
| XYZ | 18.41 | 14.66 | 48.87 | - |
| YUV | 107.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 187 | 0.47 | 0.49 | 0 | 0.27 | 242.64 | 0.4 | 0.55 |
| Hex | 64 | 60 | BB | 2F | 31 | 0 | 1B | F3 | 28 | 37 |
| Octal | 144 | 140 | 273 | 57 | 61 | 0 | 33 | 363 | 50 | 67 |
| Binary | 1100100 | 1100000 | 10111011 | 101111 | 110001 | 0 | 11011 | 11110011 | 101000 | 110111 |
Color Harmonies of #6460BB
Complementary color
Monochromatic Colors of #6460BB
Black with #6460BB
Text Example
Text Example
White with #6460BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6460BB; }
p { color: rgb(100,96,187); }
H1.HeaderClassName
{
color: #6460BB;
}
.AnyTagClassName
{
color: #6460BB;
}
</style>
background-color css
<style>
a { background-color: #6460BB; }
a { background-color: rgb(100,96,187); }
div.DivClassName
{
background-color: #6460BB;
}
.BgClassName
{
background-color: #6460BB;
}
</style>
border-color css
<style>
span { border-color: #6460BB; }
span { border-color: rgb(100,96,187); }
td.TdClassName
{
border-color: #6460BB;
}
.TagClassName
{
border-color: #6460BB;
}
</style>