Html Css Color HEX #695077 Affair

📋 copy color: '#695077'

red 105 ◦ green 80 ◦ blue 119

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

Shades of Affair #695077

Tints of Affair #695077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 34.54%
G = 26.32%
B = 39.14%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#695077 (or 0x695077) is known color: Affair. HEX triplet: 69, 50 and 77. RGB value is (105,80,119). Sum of RGB (Red+Green+Blue) = 105+80+119=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #695077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695077 is #96AF88. Grayscale: #5B5B5B. Windows color (decimal): -9875337 or 7819369. OLE color: 7819369.

HSL color Cylindrical-coordinate representation of color #695077: hue angle of 278.46º 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 #695077 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 80 119 -
CMYK 0.12 0.33 0 0.53
HSL 278.46º 0.2% 0.39% -
HSV(B) 278.46º 0.33% 0.47% -
XYZ 12.02 10.07 18.76 -
YUV 91.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 105 80 119 0.12 0.33 0 0.53 278.46 0.2 0.39
Hex 69 50 77 C 21 0 35 116 14 27
Octal 151 120 167 14 41 0 65 426 24 47
Binary 1101001 1010000 1110111 1100 100001 0 110101 100010110 10100 100111

Color Harmonies of #695077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695077

Black with #695077

Text Example


Text Example

White with #695077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695077; }

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

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

background-color css

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

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

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

border-color css

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

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

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