#6B1774

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

Shades of Seance #6B1774

Tints of Seance #6B1774

Color information

#6B1774 (or 0x6B1774) is unknown color: approx Seance. HEX triplet: 6B, 17 and 74. RGB value is (107,23,116). Sum of RGB (Red+Green+Blue) = 107+23+116=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B1774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1774 is #94E88B. Grayscale: #3A3A3A. Windows color (decimal): -9758860 or 7608171. OLE color: 7608171.

HSL color Cylindrical-coordinate representation of color #6B1774: hue angle of 294.19º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1774 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10723116-
CMYK0.080.8000.55
HSL294.19º66.91%27.25%-
HSV(B)294.19º80.17%45.49%-
XYZ9.52516.99-
YUV58.72160.33162.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.50%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=43.50%
G=9.35%
B=47.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107231160.080.8000.55294.1966.9127.25
Hex6B1774850037126431b
Octal153271641012006744610333
Binary1101011101111110100100010100000110111100100110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,23,116); }

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

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

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

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

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

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

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