Html Css Color HEX #6C637B Kimberly

📋 copy color: '#6C637B'

red 108 ◦ green 99 ◦ blue 123

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

Shades of Kimberly #6C637B

Tints of Kimberly #6C637B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.27%

R = 32.73%
G = 30%
B = 37.27%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6C637B (or 0x6C637B) is known color: Kimberly. HEX triplet: 6C, 63 and 7B. RGB value is (108,99,123). Sum of RGB (Red+Green+Blue) = 108+99+123=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C637B is #939C84. Grayscale: #686868. Windows color (decimal): -9673861 or 8086380. OLE color: 8086380.

HSL color Cylindrical-coordinate representation of color #6C637B: hue angle of 262.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C637B is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 108 99 123 -
CMYK 0.12 0.20 0 0.52
HSL 262.5º 0.11% 0.44% -
HSV(B) 262.5º 0.2% 0.48% -
XYZ 14.22 13.54 20.6 -
YUV 104.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 108 99 123 0.12 0.20 0 0.52 262.5 0.11 0.44
Hex 6C 63 7B C 14 0 34 106 B 2C
Octal 154 143 173 14 24 0 64 406 13 54
Binary 1101100 1100011 1111011 1100 10100 0 110100 100000110 1011 101100

Color Harmonies of #6C637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C637B

Black with #6C637B

Text Example


Text Example

White with #6C637B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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