Html Css Color HEX #6C5381 Affair

📋 copy color: '#6C5381'

red 108 ◦ green 83 ◦ blue 129

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

Shades of Affair #6C5381

Tints of Affair #6C5381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 33.75%
G = 25.94%
B = 40.31%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C5381 (or 0x6C5381) is known color: Affair. HEX triplet: 6C, 53 and 81. RGB value is (108,83,129). Sum of RGB (Red+Green+Blue) = 108+83+129=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #6C5381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5381 is #93AC7E. Grayscale: #5F5F5F. Windows color (decimal): -9677951 or 8475500. OLE color: 8475500.

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

Color convert

RGB 108 83 129 -
CMYK 0.16 0.36 0 0.49
HSL 272.61º 0.22% 0.42% -
HSV(B) 272.61º 0.36% 0.51% -
XYZ 13.24 10.96 22.19 -
YUV 95.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 108 83 129 0.16 0.36 0 0.49 272.61 0.22 0.42
Hex 6C 53 81 10 24 0 31 111 16 2A
Octal 154 123 201 20 44 0 61 421 26 52
Binary 1101100 1010011 10000001 10000 100100 0 110001 100010001 10110 101010

Color Harmonies of #6C5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5381

Black with #6C5381

Text Example


Text Example

White with #6C5381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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