#68517B

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

Shades of Affair #68517B

Tints of Affair #68517B

Color information

#68517B (or 0x68517B) is unknown color: approx Affair. HEX triplet: 68, 51 and 7B. RGB value is (104,81,123). Sum of RGB (Red+Green+Blue) = 104+81+123=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #68517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68517B is #97AE84. Grayscale: #5C5C5C. Windows color (decimal): -9940613 or 8081768. OLE color: 8081768.

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

Color convert

RGB10481123-
CMYK0.150.3400.52
HSL272.86º20.59%40%-
HSV(B)272.86º34.15%48.24%-
XYZ12.2310.2620.07-
YUV92.66145.12136.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=33.77%
G=26.30%
B=39.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104811230.150.3400.52272.8620.5940
Hex68517BF220341111528
Octal15012117317420644212550
Binary1101000101000111110111111100010011010010001000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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