Html Css Color HEX #6C647D Kimberly

📋 copy color: '#6C647D'

red 108 ◦ green 100 ◦ blue 125

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

Shades of Kimberly #6C647D

Tints of Kimberly #6C647D

RGB

 RED value IS 108 (42.58% from 255) = 32.43%

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

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

R = 32.43%
G = 30.03%
B = 37.54%

CMYK

 C value IS 0.14

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C647D (or 0x6C647D) is known color: Kimberly. HEX triplet: 6C, 64 and 7D. RGB value is (108,100,125). Sum of RGB (Red+Green+Blue) = 108+100+125=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 100 (39.45% from 255 or 30.03% 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 #6C647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C647D is #939B82. Grayscale: #696969. Windows color (decimal): -9673603 or 8217708. OLE color: 8217708.

HSL color Cylindrical-coordinate representation of color #6C647D: hue angle of 259.2º 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 #6C647D is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 100 125 -
CMYK 0.14 0.2 0 0.51
HSL 259.2º 0.11% 0.44% -
HSV(B) 259.2º 0.2% 0.49% -
XYZ 14.44 13.78 21.3 -
YUV 105.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 108 100 125 0.14 0.2 0 0.51 259.2 0.11 0.44
Hex 6C 64 7D E 14 0 33 103 B 2C
Octal 154 144 175 16 24 0 63 403 13 54
Binary 1101100 1100100 1111101 1110 10100 0 110011 100000011 1011 101100

Color Harmonies of #6C647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C647D

Black with #6C647D

Text Example


Text Example

White with #6C647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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