#675077

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

Shades of Affair #675077

Tints of Affair #675077

Color information

#675077 (or 0x675077) is unknown color: approx Affair. HEX triplet: 67, 50 and 77. RGB value is (103,80,119). Sum of RGB (Red+Green+Blue) = 103+80+119=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #675077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675077 is #98AF88. Grayscale: #5B5B5B. Windows color (decimal): -10006409 or 7819367. OLE color: 7819367.

HSL color Cylindrical-coordinate representation of color #675077: hue angle of 275.38º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #675077 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10380119-
CMYK0.130.3300.53
HSL275.38º19.6%39.02%-
HSV(B)275.38º32.77%46.67%-
XYZ11.799.9518.75-
YUV91.32143.62136.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=34.11%
G=26.49%
B=39.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103801190.130.3300.53275.3819.639.02
Hex675077D210351131427
Octal14712016715410654232447
Binary1100111101000011101111101100001011010110001001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675077; }

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

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

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

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

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

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

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

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