#6c478b

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

Shades of Affair #6C478B

Tints of Affair #6C478B

Color information

#6C478B (or 0x6C478B) is unknown color: approx Affair. HEX triplet: 6C, 47 and 8B. RGB value is (108,71,139). Sum of RGB (Red+Green+Blue) = 108+71+139=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C478B is #93B874. Grayscale: #595959. Windows color (decimal): -9681013 or 9127788. OLE color: 9127788.

HSL color Cylindrical-coordinate representation of color #6C478B: hue angle of 272.65º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C478B is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10871139-
CMYK0.220.4900.45
HSL272.65º32.38%41.18%-
HSV(B)272.65º48.92%54.51%-
XYZ13.19.5625.58-
YUV89.82155.76140.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=33.96%
G=22.33%
B=43.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108711390.220.4900.45272.6532.3841.18
Hex6C478B163102D1112029
Octal15410721326610554214051
Binary1101100100011110001011101101100010101101100010001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c478b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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