#695081

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

Shades of Affair #695081

Tints of Affair #695081

Color information

#695081 (or 0x695081) is unknown color: approx Affair. HEX triplet: 69, 50 and 81. RGB value is (105,80,129). Sum of RGB (Red+Green+Blue) = 105+80+129=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #695081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695081 is #96AF7E. Grayscale: #5C5C5C. Windows color (decimal): -9875327 or 8474729. OLE color: 8474729.

HSL color Cylindrical-coordinate representation of color #695081: hue angle of 270.61º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695081 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10580129-
CMYK0.190.3800.49
HSL270.61º23.44%40.98%-
HSV(B)270.61º37.98%50.59%-
XYZ12.6610.3322.09-
YUV93.06148.28136.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=33.44%
G=25.48%
B=41.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105801290.190.3800.49270.6123.4440.98
Hex695081132603110f1729
Octal15112020123460614172751
Binary110100110100001000000110011100110011000110000111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695081; }

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

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

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

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

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

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

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

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