#675076

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

Shades of Affair #675076

Tints of Affair #675076

Color information

#675076 (or 0x675076) is unknown color: approx Affair. HEX triplet: 67, 50 and 76. RGB value is (103,80,118). Sum of RGB (Red+Green+Blue) = 103+80+118=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #675076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675076 is #98AF89. Grayscale: #5B5B5B. Windows color (decimal): -10006410 or 7753831. OLE color: 7753831.

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

Color convert

RGB10380118-
CMYK0.130.3200.54
HSL276.32º19.19%38.82%-
HSV(B)276.32º32.2%46.27%-
XYZ11.739.9318.44-
YUV91.21143.12136.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=34.22%
G=26.58%
B=39.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103801180.130.3200.54276.3219.1938.82
Hex675076D200361141327
Octal14712016615400664242347
Binary1100111101000011101101101100000011011010001010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675076; }

 p { color: rgb(103,80,118); }

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

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

 a { background-color: rgb(103,80,118); }

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

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

 span { border-color: rgb(103,80,118); }

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