Html Css Color HEX #684A85 Affair

📋 copy color: '#684A85'

red 104 ◦ green 74 ◦ blue 133

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

Shades of Affair #684A85

Tints of Affair #684A85

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.79%

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 33.44%
G = 23.79%
B = 42.77%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#684A85 (or 0x684A85) is known color: Affair. HEX triplet: 68, 4A and 85. RGB value is (104,74,133). Sum of RGB (Red+Green+Blue) = 104+74+133=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #684A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684A85 is #97B57A. Grayscale: #595959. Windows color (decimal): -9942395 or 8735336. OLE color: 8735336.

HSL color Cylindrical-coordinate representation of color #684A85: hue angle of 270.51º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #684A85 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 74 133 -
CMYK 0.22 0.44 0 0.48
HSL 270.51º 0.29% 0.41% -
HSV(B) 270.51º 0.44% 0.52% -
XYZ 12.39 9.53 23.38 -
YUV 89.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 104 74 133 0.22 0.44 0 0.48 270.51 0.29 0.41
Hex 68 4A 85 16 2C 0 30 10F 1D 29
Octal 150 112 205 26 54 0 60 417 35 51
Binary 1101000 1001010 10000101 10110 101100 0 110000 100001111 11101 101001

Color Harmonies of #684A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A85

Black with #684A85

Text Example


Text Example

White with #684A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684A85; }

 p { color: rgb(104,74,133); }

 H1.HeaderClassName
 {
   color: #684A85;
 }
 .AnyTagClassName
 {
   color: #684A85;
 }
</style>

background-color css

<style>
 a { background-color: #684A85; }

 a { background-color: rgb(104,74,133); }

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

border-color css

<style>
 span { border-color: #684A85; }

 span { border-color: rgb(104,74,133); }

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