Html Css Color HEX #6D667C Kimberly

📋 copy color: '#6D667C'

red 109 ◦ green 102 ◦ blue 124

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

Shades of Kimberly #6D667C

Tints of Kimberly #6D667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 124 (48.83% from 255) = 37.01%

R = 32.54%
G = 30.45%
B = 37.01%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D667C (or 0x6D667C) is known color: Kimberly. HEX triplet: 6D, 66 and 7C. RGB value is (109,102,124). Sum of RGB (Red+Green+Blue) = 109+102+124=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D667C is #929983. Grayscale: #6A6A6A. Windows color (decimal): -9607556 or 8152685. OLE color: 8152685.

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

Color convert

RGB 109 102 124 -
CMYK 0.12 0.18 0 0.51
HSL 259.09º 0.1% 0.44% -
HSV(B) 259.09º 0.18% 0.49% -
XYZ 14.7 14.21 21.04 -
YUV 106.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 109 102 124 0.12 0.18 0 0.51 259.09 0.1 0.44
Hex 6D 66 7C C 12 0 33 103 A 2C
Octal 155 146 174 14 22 0 63 403 12 54
Binary 1101101 1100110 1111100 1100 10010 0 110011 100000011 1010 101100

Color Harmonies of #6D667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D667C

Black with #6D667C

Text Example


Text Example

White with #6D667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,102,124); }

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

background-color css

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

 a { background-color: rgb(109,102,124); }

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

border-color css

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

 span { border-color: rgb(109,102,124); }

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