Html Css Color HEX #695175 Affair

📋 copy color: '#695175'

red 105 ◦ green 81 ◦ blue 117

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

Shades of Affair #695175

Tints of Affair #695175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 34.65%
G = 26.73%
B = 38.61%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#695175 (or 0x695175) is known color: Affair. HEX triplet: 69, 51 and 75. RGB value is (105,81,117). Sum of RGB (Red+Green+Blue) = 105+81+117=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #695175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695175 is #96AE8A. Grayscale: #5C5C5C. Windows color (decimal): -9875083 or 7688553. OLE color: 7688553.

HSL color Cylindrical-coordinate representation of color #695175: hue angle of 280º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #695175 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 81 117 -
CMYK 0.10 0.31 0 0.54
HSL 280º 0.18% 0.39% -
HSV(B) 280º 0.31% 0.46% -
XYZ 11.98 10.17 18.16 -
YUV 92.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 105 81 117 0.10 0.31 0 0.54 280 0.18 0.39
Hex 69 51 75 A 1F 0 36 118 12 27
Octal 151 121 165 12 37 0 66 430 22 47
Binary 1101001 1010001 1110101 1010 11111 0 110110 100011000 10010 100111

Color Harmonies of #695175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695175

Black with #695175

Text Example


Text Example

White with #695175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695175; }

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

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

background-color css

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

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

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

border-color css

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

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

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