Html Css Color HEX #695578 Affair

📋 copy color: '#695578'

red 105 ◦ green 85 ◦ blue 120

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

Shades of Affair #695578

Tints of Affair #695578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 33.87%
G = 27.42%
B = 38.71%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#695578 (or 0x695578) is known color: Affair. HEX triplet: 69, 55 and 78. RGB value is (105,85,120). Sum of RGB (Red+Green+Blue) = 105+85+120=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #695578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695578 is #96AA87. Grayscale: #5E5E5E. Windows color (decimal): -9874056 or 7886185. OLE color: 7886185.

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

Color convert

RGB 105 85 120 -
CMYK 0.13 0.29 0 0.53
HSL 274.29º 0.17% 0.4% -
HSV(B) 274.29º 0.29% 0.47% -
XYZ 12.46 10.86 19.21 -
YUV 94.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 105 85 120 0.13 0.29 0 0.53 274.29 0.17 0.4
Hex 69 55 78 D 1D 0 35 112 11 28
Octal 151 125 170 15 35 0 65 422 21 50
Binary 1101001 1010101 1111000 1101 11101 0 110101 100010010 10001 101000

Color Harmonies of #695578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695578

Black with #695578

Text Example


Text Example

White with #695578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695578; }

 p { color: rgb(105,85,120); }

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

background-color css

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

 a { background-color: rgb(105,85,120); }

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

border-color css

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

 span { border-color: rgb(105,85,120); }

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