#6D647B

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

Shades of Kimberly #6D647B

Tints of Kimberly #6D647B

Color information

#6D647B (or 0x6D647B) is unknown color: approx Kimberly. HEX triplet: 6D, 64 and 7B. RGB value is (109,100,123). Sum of RGB (Red+Green+Blue) = 109+100+123=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D647B is #929B84. Grayscale: #696969. Windows color (decimal): -9608069 or 8086637. OLE color: 8086637.

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

Color convert

RGB109100123-
CMYK0.110.1900.52
HSL263.48º10.31%43.73%-
HSV(B)263.48º18.7%48.24%-
XYZ14.4413.820.64-
YUV105.31137.98130.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.83%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=32.83%
G=30.12%
B=37.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091001230.110.1900.52263.4810.3143.73
Hex6D647BB13034107a2c
Octal15514417313230644071254
Binary11011011100100111101110111001101101001000001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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