#6B7D85

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

Shades of Lynch #6B7D85

Tints of Lynch #6B7D85

Color information

#6B7D85 (or 0x6B7D85) is unknown color: approx Lynch. HEX triplet: 6B, 7D and 85. RGB value is (107,125,133). Sum of RGB (Red+Green+Blue) = 107+125+133=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B7D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7D85 is #94827A. Grayscale: #787878. Windows color (decimal): -9732731 or 8748395. OLE color: 8748395.

HSL color Cylindrical-coordinate representation of color #6B7D85: hue angle of 198.46º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B7D85 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB107125133-
CMYK0.200.0600.48
HSL198.46º10.83%47.06%-
HSV(B)198.46º19.55%52.16%-
XYZ17.6319.4925.02-
YUV120.53135.04118.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.32%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=29.32%
G=34.25%
B=36.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1071251330.200.0600.48198.4610.8347.06
Hex6B7D85146030c6b2f
Octal1531752052460603061357
Binary1101011111110110000101101001100110000110001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B7D85; }

 p { color: rgb(107,125,133); }

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

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

 a { background-color: rgb(107,125,133); }

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

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

 span { border-color: rgb(107,125,133); }

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