#69256E

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

Shades of Seance #69256E

Tints of Seance #69256E

Color information

#69256E (or 0x69256E) is unknown color: approx Seance. HEX triplet: 69, 25 and 6E. RGB value is (105,37,110). Sum of RGB (Red+Green+Blue) = 105+37+110=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #69256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69256E is #96DA91. Grayscale: #414141. Windows color (decimal): -9886354 or 7218537. OLE color: 7218537.

HSL color Cylindrical-coordinate representation of color #69256E: hue angle of 295.89º degrees, saturation: 0.5, 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 #69256E is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10537110-
CMYK0.050.6600.57
HSL295.89º49.66%28.82%-
HSV(B)295.89º66.36%43.14%-
XYZ9.35.4515.31-
YUV65.65153.03156.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=41.67%
G=14.68%
B=43.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105371100.050.6600.57295.8949.6628.82
Hex69256E542039128321d
Octal1514515651020714506235
Binary110100110010111011101011000010011100110010100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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