#69216B

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

Shades of Seance #69216B

Tints of Seance #69216B

Color information

#69216B (or 0x69216B) is unknown color: approx Seance. HEX triplet: 69, 21 and 6B. RGB value is (105,33,107). Sum of RGB (Red+Green+Blue) = 105+33+107=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #69216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69216B is #96DE94. Grayscale: #3E3E3E. Windows color (decimal): -9887381 or 7020905. OLE color: 7020905.

HSL color Cylindrical-coordinate representation of color #69216B: hue angle of 298.38º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69216B is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10533107-
CMYK0.020.6900.58
HSL298.38º52.86%27.45%-
HSV(B)298.38º69.16%41.96%-
XYZ9.025.1514.43-
YUV62.96152.85157.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=42.86%
G=13.47%
B=43.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105331070.020.6900.58298.3852.8627.45
Hex69216B24503A12a351b
Octal1514115321050724526533
Binary11010011000011101011101000101011101010010101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,33,107); }

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

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

 a { background-color: rgb(105,33,107); }

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

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

 span { border-color: rgb(105,33,107); }

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