#6B3472

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

Shades of Seance #6B3472

Tints of Seance #6B3472

Color information

#6B3472 (or 0x6B3472) is unknown color: approx Seance. HEX triplet: 6B, 34 and 72. RGB value is (107,52,114). Sum of RGB (Red+Green+Blue) = 107+52+114=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B3472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3472 is #94CB8D. Grayscale: #4B4B4B. Windows color (decimal): -9751438 or 7484523. OLE color: 7484523.

HSL color Cylindrical-coordinate representation of color #6B3472: hue angle of 293.23º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B3472 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10752114-
CMYK0.060.5400.55
HSL293.23º37.35%32.55%-
HSV(B)293.23º54.39%44.71%-
XYZ10.336.816.69-
YUV75.51149.72150.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=39.19%
G=19.05%
B=41.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107521140.060.5400.55293.2337.3532.55
Hex6B34726360371252521
Octal153641626660674454541
Binary110101111010011100101101101100110111100100101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,114); }

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

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

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

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

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

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

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