Html Css Color HEX #6C617C Kimberly

📋 copy color: '#6C617C'

red 108 ◦ green 97 ◦ blue 124

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

Shades of Kimberly #6C617C

Tints of Kimberly #6C617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 32.83%
G = 29.48%
B = 37.69%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C617C (or 0x6C617C) is known color: Kimberly. HEX triplet: 6C, 61 and 7C. RGB value is (108,97,124). Sum of RGB (Red+Green+Blue) = 108+97+124=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C617C is #939E83. Grayscale: #676767. Windows color (decimal): -9674372 or 8151404. OLE color: 8151404.

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

Color convert

RGB 108 97 124 -
CMYK 0.13 0.22 0 0.51
HSL 264.44º 0.12% 0.43% -
HSV(B) 264.44º 0.22% 0.49% -
XYZ 14.1 13.19 20.87 -
YUV 103.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 108 97 124 0.13 0.22 0 0.51 264.44 0.12 0.43
Hex 6C 61 7C D 16 0 33 108 C 2B
Octal 154 141 174 15 26 0 63 410 14 53
Binary 1101100 1100001 1111100 1101 10110 0 110011 100001000 1100 101011

Color Harmonies of #6C617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C617C

Black with #6C617C

Text Example


Text Example

White with #6C617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,97,124); }

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

background-color css

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

 a { background-color: rgb(108,97,124); }

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

border-color css

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

 span { border-color: rgb(108,97,124); }

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