#69256C

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

Shades of Seance #69256C

Tints of Seance #69256C

Color information

#69256C (or 0x69256C) is unknown color: approx Seance. HEX triplet: 69, 25 and 6C. RGB value is (105,37,108). Sum of RGB (Red+Green+Blue) = 105+37+108=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #69256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69256C is #96DA93. Grayscale: #414141. Windows color (decimal): -9886356 or 7087465. OLE color: 7087465.

HSL color Cylindrical-coordinate representation of color #69256C: hue angle of 297.46º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69256C is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10537108-
CMYK0.030.6600.58
HSL297.46º48.97%28.43%-
HSV(B)297.46º65.74%42.35%-
XYZ9.195.4114.75-
YUV65.43152.03156.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=42%
G=14.8%
B=43.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105371080.030.6600.58297.4648.9728.43
Hex69256C34203A129311c
Octal1514515431020724516134
Binary11010011001011101100111000010011101010010100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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