Shades of East Side #B68DC6
Tints of East Side #B68DC6
RGB
CMYK
RGB Variations
Color information
#B68DC6 (or 0xB68DC6) is known color: East Side. HEX triplet: B6, 8D and C6. RGB value is (182,141,198). Sum of RGB (Red+Green+Blue) = 182+141+198=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #B68DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DC6 is #497239. Grayscale: #9F9F9F. Windows color (decimal): -4813370 or 13012406. OLE color: 13012406.
HSL color Cylindrical-coordinate representation of color #B68DC6: hue angle of 283.16º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B68DC6 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 141 | 198 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.22 |
| HSL | 283.16º | 0.33% | 0.66% | - |
| HSV(B) | 283.16º | 0.29% | 0.78% | - |
| XYZ | 39.01 | 33.07 | 57.75 | - |
| YUV | 159.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 198 | 0.08 | 0.29 | 0 | 0.22 | 283.16 | 0.33 | 0.66 |
| Hex | B6 | 8D | C6 | 8 | 1D | 0 | 16 | 11B | 21 | 42 |
| Octal | 266 | 215 | 306 | 10 | 35 | 0 | 26 | 433 | 41 | 102 |
| Binary | 10110110 | 10001101 | 11000110 | 1000 | 11101 | 0 | 10110 | 100011011 | 100001 | 1000010 |
Color Harmonies of #B68DC6
Complementary color
Monochromatic Colors of #B68DC6
Black with #B68DC6
Text Example
Text Example
White with #B68DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68DC6; }
p { color: rgb(182,141,198); }
H1.HeaderClassName
{
color: #B68DC6;
}
.AnyTagClassName
{
color: #B68DC6;
}
</style>
background-color css
<style>
a { background-color: #B68DC6; }
a { background-color: rgb(182,141,198); }
div.DivClassName
{
background-color: #B68DC6;
}
.BgClassName
{
background-color: #B68DC6;
}
</style>
border-color css
<style>
span { border-color: #B68DC6; }
span { border-color: rgb(182,141,198); }
td.TdClassName
{
border-color: #B68DC6;
}
.TagClassName
{
border-color: #B68DC6;
}
</style>