Html Css Color HEX #6D637F Kimberly

📋 copy color: '#6D637F'

red 109 ◦ green 99 ◦ blue 127

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

Shades of Kimberly #6D637F

Tints of Kimberly #6D637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

 BLUE value IS 127 (50% from 255) = 37.91%

R = 32.54%
G = 29.55%
B = 37.91%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D637F (or 0x6D637F) is known color: Kimberly. HEX triplet: 6D, 63 and 7F. RGB value is (109,99,127). Sum of RGB (Red+Green+Blue) = 109+99+127=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D637F is #929C80. Grayscale: #696969. Windows color (decimal): -9608321 or 8348525. OLE color: 8348525.

HSL color Cylindrical-coordinate representation of color #6D637F: hue angle of 261.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D637F is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 99 127 -
CMYK 0.14 0.22 0 0.50
HSL 261.43º 0.12% 0.44% -
HSV(B) 261.43º 0.22% 0.5% -
XYZ 14.6 13.71 21.95 -
YUV 105.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 109 99 127 0.14 0.22 0 0.50 261.43 0.12 0.44
Hex 6D 63 7F E 16 0 32 105 C 2C
Octal 155 143 177 16 26 0 62 405 14 54
Binary 1101101 1100011 1111111 1110 10110 0 110010 100000101 1100 101100

Color Harmonies of #6D637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D637F

Black with #6D637F

Text Example


Text Example

White with #6D637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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