#634267

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

Shades of Seance #634267

Tints of Seance #634267

Color information

#634267 (or 0x634267) is unknown color: approx Seance. HEX triplet: 63, 42 and 67. RGB value is (99,66,103). Sum of RGB (Red+Green+Blue) = 99+66+103=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #634267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634267 is #9CBD98. Grayscale: #4F4F4F. Windows color (decimal): -10272153 or 6767203. OLE color: 6767203.

HSL color Cylindrical-coordinate representation of color #634267: hue angle of 293.51º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #634267 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9966103-
CMYK0.040.3600.60
HSL293.51º21.89%33.14%-
HSV(B)293.51º35.92%40.39%-
XYZ9.547.5313.78-
YUV80.08140.93141.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=36.94%
G=24.63%
B=38.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99661030.040.3600.60293.5121.8933.14
Hex63426742403C1261621
Octal1431021474440744462641
Binary110001110000101100111100100100011110010010011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634267; }

 p { color: rgb(99,66,103); }

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

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

 a { background-color: rgb(99,66,103); }

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

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

 span { border-color: rgb(99,66,103); }

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