#63768B

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

Shades of Lynch #63768B

Tints of Lynch #63768B

Color information

#63768B (or 0x63768B) is unknown color: approx Lynch. HEX triplet: 63, 76 and 8B. RGB value is (99,118,139). Sum of RGB (Red+Green+Blue) = 99+118+139=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #63768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63768B is #9C8974. Grayscale: #727272. Windows color (decimal): -10258805 or 9139811. OLE color: 9139811.

HSL color Cylindrical-coordinate representation of color #63768B: hue angle of 211.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63768B is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99118139-
CMYK0.290.1500.45
HSL211.5º16.81%46.67%-
HSV(B)211.5º28.78%54.51%-
XYZ16.2817.4726.94-
YUV114.71141.71116.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=27.81%
G=33.15%
B=39.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991181390.290.1500.45211.516.8146.67
Hex63768B1DF02Dd4112f
Octal14316621335170553242157
Binary110001111101101000101111101111101011011101010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63768B; }

 p { color: rgb(99,118,139); }

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

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

 a { background-color: rgb(99,118,139); }

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

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

 span { border-color: rgb(99,118,139); }

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