#675175

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

Shades of Affair #675175

Tints of Affair #675175

Color information

#675175 (or 0x675175) is unknown color: approx Affair. HEX triplet: 67, 51 and 75. RGB value is (103,81,117). Sum of RGB (Red+Green+Blue) = 103+81+117=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #675175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675175 is #98AE8A. Grayscale: #5B5B5B. Windows color (decimal): -10006155 or 7688551. OLE color: 7688551.

HSL color Cylindrical-coordinate representation of color #675175: hue angle of 276.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #675175 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10381117-
CMYK0.120.3100.54
HSL276.67º18.18%38.82%-
HSV(B)276.67º30.77%45.88%-
XYZ11.7510.0518.15-
YUV91.68142.29136.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=34.22%
G=26.91%
B=38.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103811170.120.3100.54276.6718.1838.82
Hex675175C1F0361151227
Octal14712116514370664252247
Binary110011110100011110101110011111011011010001010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675175; }

 p { color: rgb(103,81,117); }

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

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

 a { background-color: rgb(103,81,117); }

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

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

 span { border-color: rgb(103,81,117); }

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