Html Css Color HEX #684582 Affair

📋 copy color: '#684582'

red 104 ◦ green 69 ◦ blue 130

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

Shades of Affair #684582

Tints of Affair #684582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.77%

 BLUE value IS 130 (51.17% from 255) = 42.9%

R = 34.32%
G = 22.77%
B = 42.9%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#684582 (or 0x684582) is known color: Affair. HEX triplet: 68, 45 and 82. RGB value is (104,69,130). Sum of RGB (Red+Green+Blue) = 104+69+130=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #684582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684582 is #97BA7D. Grayscale: #565656. Windows color (decimal): -9943678 or 8537448. OLE color: 8537448.

HSL color Cylindrical-coordinate representation of color #684582: hue angle of 274.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #684582 is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 69 130 -
CMYK 0.2 0.47 0 0.49
HSL 274.43º 0.31% 0.39% -
HSV(B) 274.43º 0.47% 0.51% -
XYZ 11.87 8.81 22.19 -
YUV 86.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 104 69 130 0.2 0.47 0 0.49 274.43 0.31 0.39
Hex 68 45 82 14 2F 0 31 112 1F 27
Octal 150 105 202 24 57 0 61 422 37 47
Binary 1101000 1000101 10000010 10100 101111 0 110001 100010010 11111 100111

Color Harmonies of #684582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684582

Black with #684582

Text Example


Text Example

White with #684582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684582; }

 p { color: rgb(104,69,130); }

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

background-color css

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

 a { background-color: rgb(104,69,130); }

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

border-color css

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

 span { border-color: rgb(104,69,130); }

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