#6C497B

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

Shades of Affair #6C497B

Tints of Affair #6C497B

Color information

#6C497B (or 0x6C497B) is unknown color: approx Affair. HEX triplet: 6C, 49 and 7B. RGB value is (108,73,123). Sum of RGB (Red+Green+Blue) = 108+73+123=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C497B is #93B684. Grayscale: #595959. Windows color (decimal): -9680517 or 8079724. OLE color: 8079724.

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

Color convert

RGB10873123-
CMYK0.120.4100.52
HSL282º25.51%38.43%-
HSV(B)282º40.65%48.24%-
XYZ12.149.3819.91-
YUV89.16147.1141.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=35.53%
G=24.01%
B=40.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108731230.120.4100.5228225.5138.43
Hex6C497BC2903411a1a26
Octal15411117314510644323246
Binary1101100100100111110111100101001011010010001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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