Html Css Color HEX #68517D Affair

📋 copy color: '#68517D'

red 104 ◦ green 81 ◦ blue 125

#68517D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #68517D

Tints of Affair #68517D

RGB

 RED value IS 104 (41.02% from 255) = 33.55%

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 33.55%
G = 26.13%
B = 40.32%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68517D (or 0x68517D) is known color: Affair. HEX triplet: 68, 51 and 7D. RGB value is (104,81,125). Sum of RGB (Red+Green+Blue) = 104+81+125=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #68517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68517D is #97AE82. Grayscale: #5C5C5C. Windows color (decimal): -9940611 or 8212840. OLE color: 8212840.

HSL color Cylindrical-coordinate representation of color #68517D: hue angle of 271.36º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68517D is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 81 125 -
CMYK 0.17 0.35 0 0.51
HSL 271.36º 0.21% 0.4% -
HSV(B) 271.36º 0.35% 0.49% -
XYZ 12.35 10.31 20.74 -
YUV 92.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 104 81 125 0.17 0.35 0 0.51 271.36 0.21 0.4
Hex 68 51 7D 11 23 0 33 10F 15 28
Octal 150 121 175 21 43 0 63 417 25 50
Binary 1101000 1010001 1111101 10001 100011 0 110011 100001111 10101 101000

Color Harmonies of #68517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68517D

Black with #68517D

Text Example


Text Example

White with #68517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68517D;
 }
 .AnyTagClassName
 {
   color: #68517D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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