#6C4385

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

Shades of Affair #6C4385

Tints of Affair #6C4385

Color information

#6C4385 (or 0x6C4385) is unknown color: approx Affair. HEX triplet: 6C, 43 and 85. RGB value is (108,67,133). Sum of RGB (Red+Green+Blue) = 108+67+133=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C4385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4385 is #93BC7A. Grayscale: #565656. Windows color (decimal): -9682043 or 8733548. OLE color: 8733548.

HSL color Cylindrical-coordinate representation of color #6C4385: hue angle of 277.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C4385 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10867133-
CMYK0.190.5000.48
HSL277.27º33%39.22%-
HSV(B)277.27º49.62%52.16%-
XYZ12.438.923.25-
YUV86.78154.08143.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.06%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=35.06%
G=21.75%
B=43.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108671330.190.5000.48277.273339.22
Hex6C438513320301152127
Octal15410320523620604254147
Binary1101100100001110000101100111100100110000100010101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,67,133); }

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

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

 a { background-color: rgb(108,67,133); }

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

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

 span { border-color: rgb(108,67,133); }

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