Html Css Color HEX #6C4381 Affair

📋 copy color: '#6C4381'

red 108 ◦ green 67 ◦ blue 129

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

Shades of Affair #6C4381

Tints of Affair #6C4381

RGB

 RED value IS 108 (42.58% from 255) = 35.53%

 GREEN value IS 67 (26.56% from 255) = 22.04%

 BLUE value IS 129 (50.78% from 255) = 42.43%

R = 35.53%
G = 22.04%
B = 42.43%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C4381 (or 0x6C4381) is known color: Affair. HEX triplet: 6C, 43 and 81. RGB value is (108,67,129). Sum of RGB (Red+Green+Blue) = 108+67+129=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #6C4381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4381 is #93BC7E. Grayscale: #565656. Windows color (decimal): -9682047 or 8471404. OLE color: 8471404.

HSL color Cylindrical-coordinate representation of color #6C4381: hue angle of 279.68º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C4381 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 67 129 -
CMYK 0.16 0.48 0 0.49
HSL 279.68º 0.32% 0.38% -
HSV(B) 279.68º 0.48% 0.51% -
XYZ 12.15 8.79 21.82 -
YUV 86.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 108 67 129 0.16 0.48 0 0.49 279.68 0.32 0.38
Hex 6C 43 81 10 30 0 31 118 20 26
Octal 154 103 201 20 60 0 61 430 40 46
Binary 1101100 1000011 10000001 10000 110000 0 110001 100011000 100000 100110

Color Harmonies of #6C4381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4381

Black with #6C4381

Text Example


Text Example

White with #6C4381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C4381; }

 p { color: rgb(108,67,129); }

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

background-color css

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

 a { background-color: rgb(108,67,129); }

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

border-color css

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

 span { border-color: rgb(108,67,129); }

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