#695275

Color #695275 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #695275

Tints of Affair #695275

Color information

#695275 (or 0x695275) is unknown color: approx Affair. HEX triplet: 69, 52 and 75. RGB value is (105,82,117). Sum of RGB (Red+Green+Blue) = 105+82+117=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #695275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695275 is #96AD8A. Grayscale: #5C5C5C. Windows color (decimal): -9874827 or 7688809. OLE color: 7688809.

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

Color convert

RGB10582117-
CMYK0.100.3000.54
HSL279.43º17.59%39.02%-
HSV(B)279.43º29.91%45.88%-
XYZ12.0510.3218.19-
YUV92.87141.62136.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=34.54%
G=26.97%
B=38.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105821170.100.3000.54279.4317.5939.02
Hex695275A1E0361171227
Octal15112216512360664272247
Binary110100110100101110101101011110011011010001011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695275; }

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

 H1.HeaderClassName
 {
   color: #695275;
 }
 .AnyTagClassName
 {
   color: #695275;
 }
</style>
background-color css

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

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

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

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

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

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