#634858

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

Shades of Finn #634858

Tints of Finn #634858

Color information

#634858 (or 0x634858) is unknown color: approx Finn. HEX triplet: 63, 48 and 58. RGB value is (99,72,88). Sum of RGB (Red+Green+Blue) = 99+72+88=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #634858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634858 is #9CB7A7. Grayscale: #515151. Windows color (decimal): -10270632 or 5785699. OLE color: 5785699.

HSL color Cylindrical-coordinate representation of color #634858: hue angle of 324.44º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #634858 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB997288-
CMYK00.270.110.61
HSL324.44º15.79%33.53%-
HSV(B)324.44º27.27%38.82%-
XYZ9.227.9910.29-
YUV81.9131.45140.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=38.22%
G=27.80%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99728800.270.110.61324.4415.7933.53
Hex63485801BB3D1441022
Octal14311013003313755042042
Binary110001110010001011000011011101111110110100010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634858; }

 p { color: rgb(99,72,88); }

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

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

 a { background-color: rgb(99,72,88); }

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

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

 span { border-color: rgb(99,72,88); }

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