Html Css Color HEX #6B647D Kimberly

📋 copy color: '#6B647D'

red 107 ◦ green 100 ◦ blue 125

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

Shades of Kimberly #6B647D

Tints of Kimberly #6B647D

RGB

 RED value IS 107 (42.19% from 255) = 32.23%

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

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

R = 32.23%
G = 30.12%
B = 37.65%

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

#6B647D (or 0x6B647D) is known color: Kimberly. HEX triplet: 6B, 64 and 7D. RGB value is (107,100,125). Sum of RGB (Red+Green+Blue) = 107+100+125=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B647D is #949B82. Grayscale: #686868. Windows color (decimal): -9739139 or 8217707. OLE color: 8217707.

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

Color convert

RGB 107 100 125 -
CMYK 0.14 0.2 0 0.51
HSL 256.8º 0.11% 0.44% -
HSV(B) 256.8º 0.2% 0.49% -
XYZ 14.32 13.72 21.3 -
YUV 104.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 107 100 125 0.14 0.2 0 0.51 256.8 0.11 0.44
Hex 6B 64 7D E 14 0 33 101 B 2C
Octal 153 144 175 16 24 0 63 401 13 54
Binary 1101011 1100100 1111101 1110 10100 0 110011 100000001 1011 101100

Color Harmonies of #6B647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B647D

Black with #6B647D

Text Example


Text Example

White with #6B647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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