Shades of Blue Marguerite #6961B4
Tints of Blue Marguerite #6961B4
RGB
CMYK
RGB Variations
Color information
#6961B4 (or 0x6961B4) is known color: Blue Marguerite. HEX triplet: 69, 61 and B4. RGB value is (105,97,180). Sum of RGB (Red+Green+Blue) = 105+97+180=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #6961B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961B4 is #969E4B. Grayscale: #6C6C6C. Windows color (decimal): -9870924 or 11821417. OLE color: 11821417.
HSL color Cylindrical-coordinate representation of color #6961B4: hue angle of 245.78º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6961B4 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 97 | 180 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.29 |
| HSL | 245.78º | 0.36% | 0.54% | - |
| HSV(B) | 245.78º | 0.46% | 0.71% | - |
| XYZ | 18.34 | 14.85 | 45.08 | - |
| YUV | 108.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 180 | 0.42 | 0.46 | 0 | 0.29 | 245.78 | 0.36 | 0.54 |
| Hex | 69 | 61 | B4 | 2A | 2E | 0 | 1D | F6 | 24 | 36 |
| Octal | 151 | 141 | 264 | 52 | 56 | 0 | 35 | 366 | 44 | 66 |
| Binary | 1101001 | 1100001 | 10110100 | 101010 | 101110 | 0 | 11101 | 11110110 | 100100 | 110110 |
Color Harmonies of #6961B4
Complementary color
Monochromatic Colors of #6961B4
Black with #6961B4
Text Example
Text Example
White with #6961B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6961B4; }
p { color: rgb(105,97,180); }
H1.HeaderClassName
{
color: #6961B4;
}
.AnyTagClassName
{
color: #6961B4;
}
</style>
background-color css
<style>
a { background-color: #6961B4; }
a { background-color: rgb(105,97,180); }
div.DivClassName
{
background-color: #6961B4;
}
.BgClassName
{
background-color: #6961B4;
}
</style>
border-color css
<style>
span { border-color: #6961B4; }
span { border-color: rgb(105,97,180); }
td.TdClassName
{
border-color: #6961B4;
}
.TagClassName
{
border-color: #6961B4;
}
</style>