#69256D

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

Shades of Seance #69256D

Tints of Seance #69256D

Color information

#69256D (or 0x69256D) is unknown color: approx Seance. HEX triplet: 69, 25 and 6D. RGB value is (105,37,109). Sum of RGB (Red+Green+Blue) = 105+37+109=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #69256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69256D is #96DA92. Grayscale: #414141. Windows color (decimal): -9886355 or 7153001. OLE color: 7153001.

HSL color Cylindrical-coordinate representation of color #69256D: hue angle of 296.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69256D is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10537109-
CMYK0.040.6600.57
HSL296.67º49.32%28.63%-
HSV(B)296.67º66.06%42.75%-
XYZ9.255.4315.03-
YUV65.54152.53156.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=41.83%
G=14.74%
B=43.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105371090.040.6600.57296.6749.3228.63
Hex69256D442039129311d
Octal1514515541020714516135
Binary110100110010111011011001000010011100110010100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69256D; }

 p { color: rgb(105,37,109); }

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

<style>
 a { background-color: #69256D; }

 a { background-color: rgb(105,37,109); }

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

<style>
 span { border-color: #69256D; }

 span { border-color: rgb(105,37,109); }

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