#6C477B

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

Shades of Affair #6C477B

Tints of Affair #6C477B

Color information

#6C477B (or 0x6C477B) is unknown color: approx Affair. HEX triplet: 6C, 47 and 7B. RGB value is (108,71,123). Sum of RGB (Red+Green+Blue) = 108+71+123=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C477B is #93B884. Grayscale: #575757. Windows color (decimal): -9681029 or 8079212. OLE color: 8079212.

HSL color Cylindrical-coordinate representation of color #6C477B: hue angle of 282.69º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C477B is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10871123-
CMYK0.120.4200.52
HSL282.69º26.8%38.04%-
HSV(B)282.69º42.28%48.24%-
XYZ12.019.1219.87-
YUV87.99147.76142.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.76%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=35.76%
G=23.51%
B=40.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108711230.120.4200.52282.6926.838.04
Hex6C477BC2A03411b1b26
Octal15410717314520644333346
Binary1101100100011111110111100101010011010010001101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,71,123); }

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

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

 a { background-color: rgb(108,71,123); }

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

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

 span { border-color: rgb(108,71,123); }

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