Html Css Color HEX #6C637C Kimberly

📋 copy color: '#6C637C'

red 108 ◦ green 99 ◦ blue 124

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

Shades of Kimberly #6C637C

Tints of Kimberly #6C637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 32.63%
G = 29.91%
B = 37.46%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C637C (or 0x6C637C) is known color: Kimberly. HEX triplet: 6C, 63 and 7C. RGB value is (108,99,124). Sum of RGB (Red+Green+Blue) = 108+99+124=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C637C is #939C83. Grayscale: #686868. Windows color (decimal): -9673860 or 8151916. OLE color: 8151916.

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

Color convert

RGB 108 99 124 -
CMYK 0.13 0.20 0 0.51
HSL 261.6º 0.11% 0.44% -
HSV(B) 261.6º 0.2% 0.49% -
XYZ 14.28 13.57 20.93 -
YUV 104.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 108 99 124 0.13 0.20 0 0.51 261.6 0.11 0.44
Hex 6C 63 7C D 14 0 33 106 B 2C
Octal 154 143 174 15 24 0 63 406 13 54
Binary 1101100 1100011 1111100 1101 10100 0 110011 100000110 1011 101100

Color Harmonies of #6C637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C637C

Black with #6C637C

Text Example


Text Example

White with #6C637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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