Html Css Color HEX #6B376B Seance

📋 copy color: '#6B376B'

red 107 ◦ green 55 ◦ blue 107

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

Shades of Seance #6B376B

Tints of Seance #6B376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 39.78%
G = 20.45%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B376B (or 0x6B376B) is known color: Seance. HEX triplet: 6B, 37 and 6B. RGB value is (107,55,107). Sum of RGB (Red+Green+Blue) = 107+55+107=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B376B is #94C894. Grayscale: #4C4C4C. Windows color (decimal): -9750677 or 7026539. OLE color: 7026539.

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

Color convert

RGB 107 55 107 -
CMYK 0 0.49 0 0.58
HSL 300º 0.32% 0.32% -
HSV(B) 300º 0.49% 0.42% -
XYZ 10.08 6.92 14.71 -
YUV 76.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 107 55 107 0 0.49 0 0.58 300 0.32 0.32
Hex 6B 37 6B 0 31 0 3A 12C 20 20
Octal 153 67 153 0 61 0 72 454 40 40
Binary 1101011 110111 1101011 0 110001 0 111010 100101100 100000 100000

Color Harmonies of #6B376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B376B

Black with #6B376B

Text Example


Text Example

White with #6B376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,55,107); }

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

background-color css

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

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

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

border-color css

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

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

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