Html Css Color HEX #68537B Affair

📋 copy color: '#68537B'

red 104 ◦ green 83 ◦ blue 123

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

Shades of Affair #68537B

Tints of Affair #68537B

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 value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68537B (or 0x68537B) is known color: 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

RGB 104 83 123 -
CMYK 0.15 0.33 0 0.52
HSL 271.5º 0.19% 0.4% -
HSV(B) 271.5º 0.33% 0.48% -
XYZ 12.38 10.56 20.12 -
YUV 93.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 104 83 123 0.15 0.33 0 0.52 271.5 0.19 0.4
Hex 68 53 7B F 21 0 34 110 13 28
Octal 150 123 173 17 41 0 64 420 23 50
Binary 1101000 1010011 1111011 1111 100001 0 110100 100010000 10011 101000

Color Harmonies of #68537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68537B

Black with #68537B

Text Example


Text Example

White with #68537B

Text Example


Text Example

HTML Codes & Css Web 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>