#634658

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

Shades of Finn #634658

Tints of Finn #634658

Color information

#634658 (or 0x634658) is unknown color: approx Finn. HEX triplet: 63, 46 and 58. RGB value is (99,70,88). Sum of RGB (Red+Green+Blue) = 99+70+88=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #634658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634658 is #9CB9A7. Grayscale: #505050. Windows color (decimal): -10271144 or 5785187. OLE color: 5785187.

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

Color convert

RGB997088-
CMYK00.290.110.61
HSL322.76º17.16%33.14%-
HSV(B)322.76º29.29%38.82%-
XYZ9.17.7410.25-
YUV80.72132.11141.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=38.52%
G=27.24%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99708800.290.110.61322.7617.1633.14
Hex63465801DB3D1431121
Octal14310613003513755032141
Binary110001110001101011000011101101111110110100001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634658; }

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

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

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

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

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

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

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

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