#654168

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

Shades of Seance #654168

Tints of Seance #654168

Color information

#654168 (or 0x654168) is unknown color: approx Seance. HEX triplet: 65, 41 and 68. RGB value is (101,65,104). Sum of RGB (Red+Green+Blue) = 101+65+104=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 104 - color contains mainly: blue. Hex color #654168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654168 is #9ABE97. Grayscale: #505050. Windows color (decimal): -10141336 or 6832485. OLE color: 6832485.

HSL color Cylindrical-coordinate representation of color #654168: hue angle of 295.38º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #654168 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10165104-
CMYK0.030.3800.59
HSL295.38º23.08%33.14%-
HSV(B)295.38º37.5%40.78%-
XYZ9.767.5514.04-
YUV80.21141.43142.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=37.41%
G=24.07%
B=38.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101651040.030.3800.59295.3823.0833.14
Hex65416832603B1271721
Octal1451011503460734472741
Binary11001011000001110100011100110011101110010011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654168; }

 p { color: rgb(101,65,104); }

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

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

 a { background-color: rgb(101,65,104); }

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

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

 span { border-color: rgb(101,65,104); }

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