#6D657B

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

Shades of Kimberly #6D657B

Tints of Kimberly #6D657B

Color information

#6D657B (or 0x6D657B) is unknown color: approx Kimberly. HEX triplet: 6D, 65 and 7B. RGB value is (109,101,123). Sum of RGB (Red+Green+Blue) = 109+101+123=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D657B is #929A84. Grayscale: #696969. Windows color (decimal): -9607813 or 8086893. OLE color: 8086893.

HSL color Cylindrical-coordinate representation of color #6D657B: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D657B is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB109101123-
CMYK0.110.1800.52
HSL261.82º9.82%43.92%-
HSV(B)261.82º17.89%48.24%-
XYZ14.5413.9920.67-
YUV105.9137.65130.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.73%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=32.73%
G=30.33%
B=36.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091011230.110.1800.52261.829.8243.92
Hex6D657BB12034106a2c
Octal15514517313220644061254
Binary11011011100101111101110111001001101001000001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,101,123); }

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

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

 a { background-color: rgb(109,101,123); }

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

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

 span { border-color: rgb(109,101,123); }

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