#6B3769

Color #6B3769 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #6B3769

Tints of Seance #6B3769

Color information

#6B3769 (or 0x6B3769) is unknown color: approx Seance. HEX triplet: 6B, 37 and 69. RGB value is (107,55,105). Sum of RGB (Red+Green+Blue) = 107+55+105=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3769 is #94C896. Grayscale: #4C4C4C. Windows color (decimal): -9750679 or 6895467. OLE color: 6895467.

HSL color Cylindrical-coordinate representation of color #6B3769: hue angle of 302.31º 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 #6B3769 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10755105-
CMYK00.490.020.58
HSL302.31º32.1%31.76%-
HSV(B)302.31º48.6%41.96%-
XYZ9.986.8814.17-
YUV76.25144.23149.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 55 (21.88% from 255) = 20.60%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=40.07%
G=20.60%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1075510500.490.020.58302.3132.131.76
Hex6B376903123A12e2020
Octal153671510612724564040
Binary11010111101111101001011000110111010100101110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B3769;
 }
 .AnyTagClassName
 {
   color: #6B3769;
 }
</style>
background-color css

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

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

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

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

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

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