#68537A

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

Shades of Affair #68537A

Tints of Affair #68537A

Color information

#68537A (or 0x68537A) is unknown color: approx Affair. HEX triplet: 68, 53 and 7A. RGB value is (104,83,122). Sum of RGB (Red+Green+Blue) = 104+83+122=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #68537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68537A is #97AC85. Grayscale: #5D5D5D. Windows color (decimal): -9940102 or 8016744. OLE color: 8016744.

HSL color Cylindrical-coordinate representation of color #68537A: hue angle of 272.31º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68537A is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10483122-
CMYK0.150.3200.52
HSL272.31º19.02%40.2%-
HSV(B)272.31º31.97%47.84%-
XYZ12.3210.5319.8-
YUV93.72143.96135.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=33.66%
G=26.86%
B=39.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104831220.150.3200.52272.3119.0240.2
Hex68537AF200341101328
Octal15012317217400644202350
Binary1101000101001111110101111100000011010010001000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68537A; }

 p { color: rgb(104,83,122); }

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

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

 a { background-color: rgb(104,83,122); }

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

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

 span { border-color: rgb(104,83,122); }

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