#6D637D

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

Shades of Kimberly #6D637D

Tints of Kimberly #6D637D

Color information

#6D637D (or 0x6D637D) is unknown color: approx Kimberly. HEX triplet: 6D, 63 and 7D. RGB value is (109,99,125). Sum of RGB (Red+Green+Blue) = 109+99+125=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D637D is #929C82. Grayscale: #686868. Windows color (decimal): -9608323 or 8217453. OLE color: 8217453.

HSL color Cylindrical-coordinate representation of color #6D637D: hue angle of 263.08º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D637D is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10999125-
CMYK0.130.2100.51
HSL263.08º11.61%43.92%-
HSV(B)263.08º20.8%49.02%-
XYZ14.4713.6621.28-
YUV104.95139.31130.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.73%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=32.73%
G=29.73%
B=37.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109991250.130.2100.51263.0811.6143.92
Hex6D637DD15033107c2c
Octal15514317515250634071454
Binary11011011100011111110111011010101100111000001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,99,125); }

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

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

 a { background-color: rgb(109,99,125); }

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

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

 span { border-color: rgb(109,99,125); }

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