#69386E

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

Shades of Seance #69386E

Tints of Seance #69386E

Color information

#69386E (or 0x69386E) is unknown color: approx Seance. HEX triplet: 69, 38 and 6E. RGB value is (105,56,110). Sum of RGB (Red+Green+Blue) = 105+56+110=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #69386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69386E is #96C791. Grayscale: #4C4C4C. Windows color (decimal): -9881490 or 7223401. OLE color: 7223401.

HSL color Cylindrical-coordinate representation of color #69386E: hue angle of 294.44º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69386E is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10556110-
CMYK0.050.4900.57
HSL294.44º32.53%32.55%-
HSV(B)294.44º49.09%43.14%-
XYZ10.056.9615.56-
YUV76.81146.73148.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=38.75%
G=20.66%
B=40.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105561100.050.4900.57294.4432.5332.55
Hex69386E5310391262121
Octal151701565610714464141
Binary110100111100011011101011100010111001100100110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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