#67266D

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

Shades of Seance #67266D

Tints of Seance #67266D

Color information

#67266D (or 0x67266D) is unknown color: approx Seance. HEX triplet: 67, 26 and 6D. RGB value is (103,38,109). Sum of RGB (Red+Green+Blue) = 103+38+109=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #67266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67266D is #98D992. Grayscale: #414141. Windows color (decimal): -10017171 or 7153255. OLE color: 7153255.

HSL color Cylindrical-coordinate representation of color #67266D: hue angle of 294.93º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67266D is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10338109-
CMYK0.060.6500.57
HSL294.93º48.3%28.82%-
HSV(B)294.93º65.14%42.75%-
XYZ9.055.3715.03-
YUV65.53152.53154.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.2%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 109 (42.97% from 255) = 43.6%
R=41.2%
G=15.2%
B=43.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103381090.060.6500.57294.9348.328.82
Hex67266D641039127301d
Octal1474615561010714476035
Binary110011110011011011011101000001011100110010011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67266D; }

 p { color: rgb(103,38,109); }

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

<style>
 a { background-color: #67266D; }

 a { background-color: rgb(103,38,109); }

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

<style>
 span { border-color: #67266D; }

 span { border-color: rgb(103,38,109); }

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