#68537B

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

Shades of Affair #68537B

Tints of Affair #68537B

Color information

#68537B (or 0x68537B) is unknown color: approx Affair. HEX triplet: 68, 53 and 7B. RGB value is (104,83,123). Sum of RGB (Red+Green+Blue) = 104+83+123=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #68537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68537B is #97AC84. Grayscale: #5D5D5D. Windows color (decimal): -9940101 or 8082280. OLE color: 8082280.

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

Color convert

RGB10483123-
CMYK0.150.3300.52
HSL271.5º19.42%40.39%-
HSV(B)271.5º32.52%48.24%-
XYZ12.3810.5620.12-
YUV93.84144.46135.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=33.55%
G=26.77%
B=39.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104831230.150.3300.52271.519.4240.39
Hex68537BF210341101328
Octal15012317317410644202350
Binary1101000101001111110111111100001011010010001000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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