#654262

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

Shades of Seance #654262

Tints of Seance #654262

Color information

#654262 (or 0x654262) is unknown color: approx Seance. HEX triplet: 65, 42 and 62. RGB value is (101,66,98). Sum of RGB (Red+Green+Blue) = 101+66+98=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #654262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654262 is #9ABD9D. Grayscale: #505050. Windows color (decimal): -10141086 or 6439525. OLE color: 6439525.

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

Color convert

RGB1016698-
CMYK00.350.030.60
HSL305.14º20.96%32.75%-
HSV(B)305.14º34.65%39.61%-
XYZ9.527.5412.51-
YUV80.11138.1142.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=38.11%
G=24.91%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101669800.350.030.60305.1420.9632.75
Hex65426202333C1311521
Octal1451021420433744612541
Binary11001011000010110001001000111111110010011000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654262; }

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

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

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

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

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

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

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

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