Html Css Color HEX #6D5378 Affair

📋 copy color: '#6D5378'

red 109 ◦ green 83 ◦ blue 120

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

Shades of Affair #6D5378

Tints of Affair #6D5378

RGB

 RED value IS 109 (42.97% from 255) = 34.94%

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

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 34.94%
G = 26.6%
B = 38.46%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D5378 (or 0x6D5378) is known color: Affair. HEX triplet: 6D, 53 and 78. RGB value is (109,83,120). Sum of RGB (Red+Green+Blue) = 109+83+120=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D5378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5378 is #92AC87. Grayscale: #5E5E5E. Windows color (decimal): -9612424 or 7885677. OLE color: 7885677.

HSL color Cylindrical-coordinate representation of color #6D5378: hue angle of 282.16º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D5378 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 83 120 -
CMYK 0.09 0.31 0 0.53
HSL 282.16º 0.18% 0.4% -
HSV(B) 282.16º 0.31% 0.47% -
XYZ 12.79 10.79 19.18 -
YUV 94.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 109 83 120 0.09 0.31 0 0.53 282.16 0.18 0.4
Hex 6D 53 78 9 1F 0 35 11A 12 28
Octal 155 123 170 11 37 0 65 432 22 50
Binary 1101101 1010011 1111000 1001 11111 0 110101 100011010 10010 101000

Color Harmonies of #6D5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5378

Black with #6D5378

Text Example


Text Example

White with #6D5378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,83,120); }

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

background-color css

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

 a { background-color: rgb(109,83,120); }

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

border-color css

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

 span { border-color: rgb(109,83,120); }

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