Html Css Color HEX #6D647D Kimberly

📋 copy color: '#6D647D'

red 109 ◦ green 100 ◦ blue 125

#6D647D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #6D647D

Tints of Kimberly #6D647D

RGB

 RED value IS 109 (42.97% from 255) = 32.63%

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 32.63%
G = 29.94%
B = 37.43%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D647D (or 0x6D647D) is known color: Kimberly. HEX triplet: 6D, 64 and 7D. RGB value is (109,100,125). Sum of RGB (Red+Green+Blue) = 109+100+125=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D647D is #929B82. Grayscale: #696969. Windows color (decimal): -9608067 or 8217709. OLE color: 8217709.

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

Color convert

RGB 109 100 125 -
CMYK 0.13 0.2 0 0.51
HSL 261.6º 0.11% 0.44% -
HSV(B) 261.6º 0.2% 0.49% -
XYZ 14.57 13.85 21.31 -
YUV 105.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 109 100 125 0.13 0.2 0 0.51 261.6 0.11 0.44
Hex 6D 64 7D D 14 0 33 106 B 2C
Octal 155 144 175 15 24 0 63 406 13 54
Binary 1101101 1100100 1111101 1101 10100 0 110011 100000110 1011 101100

Color Harmonies of #6D647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D647D

Black with #6D647D

Text Example


Text Example

White with #6D647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D647D;
 }
 .AnyTagClassName
 {
   color: #6D647D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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