#69257B

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

Shades of Seance #69257B

Tints of Seance #69257B

Color information

#69257B (or 0x69257B) is unknown color: approx Seance. HEX triplet: 69, 25 and 7B. RGB value is (105,37,123). Sum of RGB (Red+Green+Blue) = 105+37+123=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #69257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69257B is #96DA84. Grayscale: #424242. Windows color (decimal): -9886341 or 8070505. OLE color: 8070505.

HSL color Cylindrical-coordinate representation of color #69257B: hue angle of 287.44º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69257B is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10537123-
CMYK0.150.7000.52
HSL287.44º53.75%31.37%-
HSV(B)287.44º69.92%48.24%-
XYZ10.065.7619.32-
YUV67.14159.53155.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=39.62%
G=13.96%
B=46.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105371230.150.7000.52287.4453.7531.37
Hex69257BF4603411f361f
Octal15145173171060644376637
Binary1101001100101111101111111000110011010010001111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69257B; }

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

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

<style>
 a { background-color: #69257B; }

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

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

<style>
 span { border-color: #69257B; }

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

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