#6B4287

Color #6B4287 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #6B4287

Tints of Affair #6B4287

Color information

#6B4287 (or 0x6B4287) is unknown color: approx Affair. HEX triplet: 6B, 42 and 87. RGB value is (107,66,135). Sum of RGB (Red+Green+Blue) = 107+66+135=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B4287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4287 is #94BD78. Grayscale: #555555. Windows color (decimal): -9747833 or 8864363. OLE color: 8864363.

HSL color Cylindrical-coordinate representation of color #6B4287: hue angle of 275.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B4287 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10766135-
CMYK0.210.5100.47
HSL275.65º34.33%39.41%-
HSV(B)275.65º51.11%52.94%-
XYZ12.388.7723.96-
YUV86.12155.58142.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 34.74%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=34.74%
G=21.43%
B=43.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107661350.210.5100.47275.6534.3339.41
Hex6B4287153302F1142227
Octal15310220725630574244247
Binary1101011100001010000111101011100110101111100010100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B4287; }

 p { color: rgb(107,66,135); }

 H1.HeaderClassName
 {
   color: #6B4287;
 }
 .AnyTagClassName
 {
   color: #6B4287;
 }
</style>
background-color css

<style>
 a { background-color: #6B4287; }

 a { background-color: rgb(107,66,135); }

 div.DivClassName
 {
   background-color: #6B4287;
 }
 .BgClassName
 {
   background-color: #6B4287;
 }
</style>
border-color css

<style>
 span { border-color: #6B4287; }

 span { border-color: rgb(107,66,135); }

 td.TdClassName
 {
   border-color: #6B4287;
 }
 .TagClassName
 {
   border-color: #6B4287;
 }
</style>