#654267

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

Shades of Seance #654267

Tints of Seance #654267

Color information

#654267 (or 0x654267) is unknown color: approx Seance. HEX triplet: 65, 42 and 67. RGB value is (101,66,103). Sum of RGB (Red+Green+Blue) = 101+66+103=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #654267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654267 is #9ABD98. Grayscale: #505050. Windows color (decimal): -10141081 or 6767205. OLE color: 6767205.

HSL color Cylindrical-coordinate representation of color #654267: hue angle of 296.76º 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 #654267 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10166103-
CMYK0.020.3600.60
HSL296.76º21.89%33.14%-
HSV(B)296.76º35.92%40.39%-
XYZ9.767.6413.79-
YUV80.68140.6142.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 103 (40.62% from 255) = 38.15%
R=37.41%
G=24.44%
B=38.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101661030.020.3600.60296.7621.8933.14
Hex65426722403C1291621
Octal1451021472440744512641
Binary11001011000010110011110100100011110010010100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654267; }

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

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

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

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

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

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

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

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