Html Css Color HEX #6D657E Kimberly

📋 copy color: '#6D657E'

red 109 ◦ green 101 ◦ blue 126

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

Shades of Kimberly #6D657E

Tints of Kimberly #6D657E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 32.44%
G = 30.06%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D657E (or 0x6D657E) is known color: Kimberly. HEX triplet: 6D, 65 and 7E. RGB value is (109,101,126). Sum of RGB (Red+Green+Blue) = 109+101+126=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D657E is #929A81. Grayscale: #6A6A6A. Windows color (decimal): -9607810 or 8283501. OLE color: 8283501.

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

Color convert

RGB 109 101 126 -
CMYK 0.13 0.20 0 0.51
HSL 259.2º 0.11% 0.45% -
HSV(B) 259.2º 0.2% 0.49% -
XYZ 14.73 14.06 21.68 -
YUV 106.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 109 101 126 0.13 0.20 0 0.51 259.2 0.11 0.45
Hex 6D 65 7E D 14 0 33 103 B 2D
Octal 155 145 176 15 24 0 63 403 13 55
Binary 1101101 1100101 1111110 1101 10100 0 110011 100000011 1011 101101

Color Harmonies of #6D657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D657E

Black with #6D657E

Text Example


Text Example

White with #6D657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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