#6B838F

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

Shades of Lynch #6B838F

Tints of Lynch #6B838F

Color information

#6B838F (or 0x6B838F) is unknown color: approx Lynch. HEX triplet: 6B, 83 and 8F. RGB value is (107,131,143). Sum of RGB (Red+Green+Blue) = 107+131+143=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B838F is #947C70. Grayscale: #7D7D7D. Windows color (decimal): -9731185 or 9405291. OLE color: 9405291.

HSL color Cylindrical-coordinate representation of color #6B838F: hue angle of 200º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B838F is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB107131143-
CMYK0.250.0800.44
HSL200º14.4%49.02%-
HSV(B)200º25.17%56.08%-
XYZ19.1421.3429.1-
YUV125.19138.05115.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 143 (56.25% from 255) = 37.53%
R=28.08%
G=34.38%
B=37.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071311430.250.0800.4420014.449.02
Hex6B838F19802Cc8e31
Octal15320321731100543101661
Binary110101110000011100011111100110000101100110010001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,131,143); }

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

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

 a { background-color: rgb(107,131,143); }

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

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

 span { border-color: rgb(107,131,143); }

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