Shades of Blue Marguerite #6B67AD
Tints of Blue Marguerite #6B67AD
RGB
CMYK
RGB Variations
Color information
#6B67AD (or 0x6B67AD) is known color: Blue Marguerite. HEX triplet: 6B, 67 and AD. RGB value is (107,103,173). Sum of RGB (Red+Green+Blue) = 107+103+173=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B67AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B67AD is #949852. Grayscale: #6F6F6F. Windows color (decimal): -9738323 or 11364203. OLE color: 11364203.
HSL color Cylindrical-coordinate representation of color #6B67AD: hue angle of 243.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B67AD is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 103 | 173 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.32 |
| HSL | 243.43º | 0.3% | 0.54% | - |
| HSV(B) | 243.43º | 0.4% | 0.68% | - |
| XYZ | 18.46 | 15.84 | 41.62 | - |
| YUV | 112.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 173 | 0.38 | 0.40 | 0 | 0.32 | 243.43 | 0.3 | 0.54 |
| Hex | 6B | 67 | AD | 26 | 28 | 0 | 20 | F3 | 1E | 36 |
| Octal | 153 | 147 | 255 | 46 | 50 | 0 | 40 | 363 | 36 | 66 |
| Binary | 1101011 | 1100111 | 10101101 | 100110 | 101000 | 0 | 100000 | 11110011 | 11110 | 110110 |
Color Harmonies of #6B67AD
Complementary color
Monochromatic Colors of #6B67AD
Black with #6B67AD
Text Example
Text Example
White with #6B67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B67AD; }
p { color: rgb(107,103,173); }
H1.HeaderClassName
{
color: #6B67AD;
}
.AnyTagClassName
{
color: #6B67AD;
}
</style>
background-color css
<style>
a { background-color: #6B67AD; }
a { background-color: rgb(107,103,173); }
div.DivClassName
{
background-color: #6B67AD;
}
.BgClassName
{
background-color: #6B67AD;
}
</style>
border-color css
<style>
span { border-color: #6B67AD; }
span { border-color: rgb(107,103,173); }
td.TdClassName
{
border-color: #6B67AD;
}
.TagClassName
{
border-color: #6B67AD;
}
</style>