Html Css Color HEX #695376 Affair

📋 copy color: '#695376'

red 105 ◦ green 83 ◦ blue 118

#695376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #695376

Tints of Affair #695376

RGB

 RED value IS 105 (41.41% from 255) = 34.31%

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 118 (46.48% from 255) = 38.56%

R = 34.31%
G = 27.12%
B = 38.56%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#695376 (or 0x695376) is known color: Affair. HEX triplet: 69, 53 and 76. RGB value is (105,83,118). Sum of RGB (Red+Green+Blue) = 105+83+118=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #695376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695376 is #96AC89. Grayscale: #5D5D5D. Windows color (decimal): -9874570 or 7754601. OLE color: 7754601.

HSL color Cylindrical-coordinate representation of color #695376: hue angle of 277.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695376 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 83 118 -
CMYK 0.11 0.30 0 0.54
HSL 277.71º 0.17% 0.39% -
HSV(B) 277.71º 0.3% 0.46% -
XYZ 12.19 10.5 18.52 -
YUV 93.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 105 83 118 0.11 0.30 0 0.54 277.71 0.17 0.39
Hex 69 53 76 B 1E 0 36 116 11 27
Octal 151 123 166 13 36 0 66 426 21 47
Binary 1101001 1010011 1110110 1011 11110 0 110110 100010110 10001 100111

Color Harmonies of #695376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695376

Black with #695376

Text Example


Text Example

White with #695376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695376; }

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

 H1.HeaderClassName
 {
   color: #695376;
 }
 .AnyTagClassName
 {
   color: #695376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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