Html Css Color HEX #68507C Affair

📋 copy color: '#68507C'

red 104 ◦ green 80 ◦ blue 124

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

Shades of Affair #68507C

Tints of Affair #68507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 33.77%
G = 25.97%
B = 40.26%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68507C (or 0x68507C) is known color: Affair. HEX triplet: 68, 50 and 7C. RGB value is (104,80,124). Sum of RGB (Red+Green+Blue) = 104+80+124=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #68507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68507C is #97AF83. Grayscale: #5C5C5C. Windows color (decimal): -9940868 or 8147048. OLE color: 8147048.

HSL color Cylindrical-coordinate representation of color #68507C: hue angle of 272.73º degrees, saturation: 0.22, 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 #68507C is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 80 124 -
CMYK 0.16 0.35 0 0.51
HSL 272.73º 0.22% 0.4% -
HSV(B) 272.73º 0.35% 0.49% -
XYZ 12.22 10.14 20.38 -
YUV 92.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 104 80 124 0.16 0.35 0 0.51 272.73 0.22 0.4
Hex 68 50 7C 10 23 0 33 111 16 28
Octal 150 120 174 20 43 0 63 421 26 50
Binary 1101000 1010000 1111100 10000 100011 0 110011 100010001 10110 101000

Color Harmonies of #68507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68507C

Black with #68507C

Text Example


Text Example

White with #68507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68507C; }

 p { color: rgb(104,80,124); }

 H1.HeaderClassName
 {
   color: #68507C;
 }
 .AnyTagClassName
 {
   color: #68507C;
 }
</style>

background-color css

<style>
 a { background-color: #68507C; }

 a { background-color: rgb(104,80,124); }

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

border-color css

<style>
 span { border-color: #68507C; }

 span { border-color: rgb(104,80,124); }

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