Html Css Color HEX #684182 Affair

📋 copy color: '#684182'

red 104 ◦ green 65 ◦ blue 130

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

Shades of Affair #684182

Tints of Affair #684182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.74%

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

R = 34.78%
G = 21.74%
B = 43.48%

CMYK

 C value IS 0.2

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#684182 (or 0x684182) is known color: Affair. HEX triplet: 68, 41 and 82. RGB value is (104,65,130). Sum of RGB (Red+Green+Blue) = 104+65+130=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #684182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684182 is #97BE7D. Grayscale: #535353. Windows color (decimal): -9944702 or 8536424. OLE color: 8536424.

HSL color Cylindrical-coordinate representation of color #684182: hue angle of 276º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684182 is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 65 130 -
CMYK 0.2 0.50 0 0.49
HSL 276º 0.33% 0.38% -
HSV(B) 276º 0.5% 0.51% -
XYZ 11.63 8.34 22.12 -
YUV 84.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 104 65 130 0.2 0.50 0 0.49 276 0.33 0.38
Hex 68 41 82 14 32 0 31 114 21 26
Octal 150 101 202 24 62 0 61 424 41 46
Binary 1101000 1000001 10000010 10100 110010 0 110001 100010100 100001 100110

Color Harmonies of #684182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684182

Black with #684182

Text Example


Text Example

White with #684182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684182; }

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

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

background-color css

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

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

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

border-color css

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

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

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