#695082

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

Shades of Affair #695082

Tints of Affair #695082

Color information

#695082 (or 0x695082) is unknown color: approx Affair. HEX triplet: 69, 50 and 82. RGB value is (105,80,130). Sum of RGB (Red+Green+Blue) = 105+80+130=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #695082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695082 is #96AF7D. Grayscale: #5C5C5C. Windows color (decimal): -9875326 or 8540265. OLE color: 8540265.

HSL color Cylindrical-coordinate representation of color #695082: hue angle of 270º degrees, saturation: 0.24, 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 #695082 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10580130-
CMYK0.190.3800.49
HSL270º23.81%41.18%-
HSV(B)270º38.46%50.98%-
XYZ12.7210.3522.45-
YUV93.17148.78136.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=33.33%
G=25.40%
B=41.27%

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
Decimal105801300.190.3800.4927023.8141.18
Hex695082132603110e1829
Octal15112020223460614163051
Binary110100110100001000001010011100110011000110000111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695082; }

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

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

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

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

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

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

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

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