Html Css Color HEX #684183 Affair

📋 copy color: '#684183'

red 104 ◦ green 65 ◦ blue 131

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

Shades of Affair #684183

Tints of Affair #684183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 34.67%
G = 21.67%
B = 43.67%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#684183 (or 0x684183) is known color: Affair. HEX triplet: 68, 41 and 83. RGB value is (104,65,131). Sum of RGB (Red+Green+Blue) = 104+65+131=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #684183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684183 is #97BE7C. Grayscale: #535353. Windows color (decimal): -9944701 or 8601960. OLE color: 8601960.

HSL color Cylindrical-coordinate representation of color #684183: hue angle of 275.45º degrees, saturation: 0.34, 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 #684183 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 65 131 -
CMYK 0.21 0.50 0 0.49
HSL 275.45º 0.34% 0.38% -
HSV(B) 275.45º 0.5% 0.51% -
XYZ 11.7 8.36 22.47 -
YUV 84.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 104 65 131 0.21 0.50 0 0.49 275.45 0.34 0.38
Hex 68 41 83 15 32 0 31 113 22 26
Octal 150 101 203 25 62 0 61 423 42 46
Binary 1101000 1000001 10000011 10101 110010 0 110001 100010011 100010 100110

Color Harmonies of #684183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684183

Black with #684183

Text Example


Text Example

White with #684183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684183; }

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

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

background-color css

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

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

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

border-color css

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

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

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