Html Css Color HEX #695075 Affair

📋 copy color: '#695075'

red 105 ◦ green 80 ◦ blue 117

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

Shades of Affair #695075

Tints of Affair #695075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 34.77%
G = 26.49%
B = 38.74%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#695075 (or 0x695075) is known color: Affair. HEX triplet: 69, 50 and 75. RGB value is (105,80,117). Sum of RGB (Red+Green+Blue) = 105+80+117=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #695075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695075 is #96AF8A. Grayscale: #5B5B5B. Windows color (decimal): -9875339 or 7688297. OLE color: 7688297.

HSL color Cylindrical-coordinate representation of color #695075: hue angle of 280.54º 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 #695075 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 80 117 -
CMYK 0.10 0.32 0 0.54
HSL 280.54º 0.19% 0.39% -
HSV(B) 280.54º 0.32% 0.46% -
XYZ 11.91 10.02 18.14 -
YUV 91.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 105 80 117 0.10 0.32 0 0.54 280.54 0.19 0.39
Hex 69 50 75 A 20 0 36 119 13 27
Octal 151 120 165 12 40 0 66 431 23 47
Binary 1101001 1010000 1110101 1010 100000 0 110110 100011001 10011 100111

Color Harmonies of #695075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695075

Black with #695075

Text Example


Text Example

White with #695075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695075; }

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

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

background-color css

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

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

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

border-color css

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

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

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