Html Css Color HEX #6B4180 Affair

📋 copy color: '#6B4180'

red 107 ◦ green 65 ◦ blue 128

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

Shades of Affair #6B4180

Tints of Affair #6B4180

RGB

 RED value IS 107 (42.19% from 255) = 35.67%

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

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 35.67%
G = 21.67%
B = 42.67%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B4180 (or 0x6B4180) is known color: Affair. HEX triplet: 6B, 41 and 80. RGB value is (107,65,128). Sum of RGB (Red+Green+Blue) = 107+65+128=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #6B4180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4180 is #94BE7F. Grayscale: #545454. Windows color (decimal): -9748096 or 8405355. OLE color: 8405355.

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

Color convert

RGB 107 65 128 -
CMYK 0.16 0.49 0 0.50
HSL 280º 0.33% 0.38% -
HSV(B) 280º 0.49% 0.5% -
XYZ 11.85 8.46 21.43 -
YUV 84.74 152.41 143.88 -
System Red Green Blue C M Y K H S L
Decimal 107 65 128 0.16 0.49 0 0.50 280 0.33 0.38
Hex 6B 41 80 10 31 0 32 118 21 26
Octal 153 101 200 20 61 0 62 430 41 46
Binary 1101011 1000001 10000000 10000 110001 0 110010 100011000 100001 100110

Color Harmonies of #6B4180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4180

Black with #6B4180

Text Example


Text Example

White with #6B4180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,65,128); }

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

background-color css

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

 a { background-color: rgb(107,65,128); }

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

border-color css

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

 span { border-color: rgb(107,65,128); }

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