#695377

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

Shades of Affair #695377

Tints of Affair #695377

Color information

#695377 (or 0x695377) is unknown color: approx Affair. HEX triplet: 69, 53 and 77. RGB value is (105,83,119). Sum of RGB (Red+Green+Blue) = 105+83+119=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #695377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695377 is #96AC88. Grayscale: #5D5D5D. Windows color (decimal): -9874569 or 7820137. OLE color: 7820137.

HSL color Cylindrical-coordinate representation of color #695377: hue angle of 276.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695377 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10583119-
CMYK0.120.3000.53
HSL276.67º17.82%39.61%-
HSV(B)276.67º30.25%46.67%-
XYZ12.2510.5218.84-
YUV93.68142.29136.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=34.20%
G=27.04%
B=38.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105831190.120.3000.53276.6717.8239.61
Hex695377C1E0351151228
Octal15112316714360654252250
Binary110100110100111110111110011110011010110001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695377; }

 p { color: rgb(105,83,119); }

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

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

 a { background-color: rgb(105,83,119); }

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

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

 span { border-color: rgb(105,83,119); }

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