Html Css Color HEX #6B5377 Affair

📋 copy color: '#6B5377'

red 107 ◦ green 83 ◦ blue 119

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

Shades of Affair #6B5377

Tints of Affair #6B5377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 34.63%
G = 26.86%
B = 38.51%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B5377 (or 0x6B5377) is known color: Affair. HEX triplet: 6B, 53 and 77. RGB value is (107,83,119). Sum of RGB (Red+Green+Blue) = 107+83+119=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5377 is #94AC88. Grayscale: #5E5E5E. Windows color (decimal): -9743497 or 7820139. OLE color: 7820139.

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

Color convert

RGB 107 83 119 -
CMYK 0.10 0.30 0 0.53
HSL 280º 0.18% 0.4% -
HSV(B) 280º 0.3% 0.47% -
XYZ 12.49 10.64 18.85 -
YUV 94.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 107 83 119 0.10 0.30 0 0.53 280 0.18 0.4
Hex 6B 53 77 A 1E 0 35 118 12 28
Octal 153 123 167 12 36 0 65 430 22 50
Binary 1101011 1010011 1110111 1010 11110 0 110101 100011000 10010 101000

Color Harmonies of #6B5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5377

Black with #6B5377

Text Example


Text Example

White with #6B5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,83,119); }

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

background-color css

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

 a { background-color: rgb(107,83,119); }

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

border-color css

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

 span { border-color: rgb(107,83,119); }

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