#6C647D

Color #6C647D Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #6C647D

Tints of Kimberly #6C647D

Color information

#6C647D (or 0x6C647D) is unknown color: approx 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

RGB108100125-
CMYK0.140.200.51
HSL259.2º11.11%44.12%-
HSV(B)259.2º20%49.02%-
XYZ14.4413.7821.3-
YUV105.24139.15129.97-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1081001250.140.200.51259.211.1144.12
Hex6C647DE14033103b2c
Octal15414417516240634031354
Binary11011001100100111110111101010001100111000000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>