Html Css Color HEX #695479 Affair

📋 copy color: '#695479'

red 105 ◦ green 84 ◦ blue 121

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

Shades of Affair #695479

Tints of Affair #695479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 33.87%
G = 27.1%
B = 39.03%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#695479 (or 0x695479) is known color: Affair. HEX triplet: 69, 54 and 79. RGB value is (105,84,121). Sum of RGB (Red+Green+Blue) = 105+84+121=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #695479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695479 is #96AB86. Grayscale: #5E5E5E. Windows color (decimal): -9874311 or 7951465. OLE color: 7951465.

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

Color convert

RGB 105 84 121 -
CMYK 0.13 0.31 0 0.53
HSL 274.05º 0.18% 0.4% -
HSV(B) 274.05º 0.31% 0.47% -
XYZ 12.45 10.72 19.5 -
YUV 94.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 105 84 121 0.13 0.31 0 0.53 274.05 0.18 0.4
Hex 69 54 79 D 1F 0 35 112 12 28
Octal 151 124 171 15 37 0 65 422 22 50
Binary 1101001 1010100 1111001 1101 11111 0 110101 100010010 10010 101000

Color Harmonies of #695479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695479

Black with #695479

Text Example


Text Example

White with #695479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695479; }

 p { color: rgb(105,84,121); }

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

background-color css

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

 a { background-color: rgb(105,84,121); }

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

border-color css

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

 span { border-color: rgb(105,84,121); }

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