#612b6b

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

Shades of Seance #612B6B

Tints of Seance #612B6B

Color information

#612B6B (or 0x612B6B) is unknown color: approx Seance. HEX triplet: 61, 2B and 6B. RGB value is (97,43,107). Sum of RGB (Red+Green+Blue) = 97+43+107=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #612B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B6B is #9ED494. Grayscale: #424242. Windows color (decimal): -10409109 or 7023457. OLE color: 7023457.

HSL color Cylindrical-coordinate representation of color #612B6B: hue angle of 290.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612B6B is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9743107-
CMYK0.090.6000.58
HSL290.62º42.67%29.41%-
HSV(B)290.62º59.81%41.96%-
XYZ8.455.3314.49-
YUV66.44150.89149.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 43 (17.19% from 255) = 17.41%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=39.27%
G=17.41%
B=43.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97431070.090.6000.58290.6242.6729.41
Hex612B6B93C03A1232b1d
Octal1415315311740724435335
Binary110000110101111010111001111100011101010010001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612b6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612b6b; }

 p { color: rgb(97,43,107); }

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

<style>
 a { background-color: #612b6b; }

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

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

<style>
 span { border-color: #612b6b; }

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

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