#61768B

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

Shades of Lynch #61768B

Tints of Lynch #61768B

Color information

#61768B (or 0x61768B) is unknown color: approx Lynch. HEX triplet: 61, 76 and 8B. RGB value is (97,118,139). Sum of RGB (Red+Green+Blue) = 97+118+139=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #61768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61768B is #9E8974. Grayscale: #727272. Windows color (decimal): -10389877 or 9139809. OLE color: 9139809.

HSL color Cylindrical-coordinate representation of color #61768B: hue angle of 210º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61768B is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97118139-
CMYK0.300.1500.45
HSL210º17.8%46.27%-
HSV(B)210º30.22%54.51%-
XYZ16.0717.3626.93-
YUV114.12142.04115.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=27.40%
G=33.33%
B=39.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971181390.300.1500.4521017.846.27
Hex61768B1EF02Dd2122e
Octal14116621336170553222256
Binary110000111101101000101111110111101011011101001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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