Html Css Color HEX #6B637F Kimberly

📋 copy color: '#6B637F'

red 107 ◦ green 99 ◦ blue 127

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

Shades of Kimberly #6B637F

Tints of Kimberly #6B637F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.14%

R = 32.13%
G = 29.73%
B = 38.14%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B637F (or 0x6B637F) is known color: Kimberly. HEX triplet: 6B, 63 and 7F. RGB value is (107,99,127). Sum of RGB (Red+Green+Blue) = 107+99+127=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B637F is #949C80. Grayscale: #686868. Windows color (decimal): -9739393 or 8348523. OLE color: 8348523.

HSL color Cylindrical-coordinate representation of color #6B637F: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B637F is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 99 127 -
CMYK 0.16 0.22 0 0.50
HSL 257.14º 0.12% 0.44% -
HSV(B) 257.14º 0.22% 0.5% -
XYZ 14.36 13.58 21.94 -
YUV 104.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 107 99 127 0.16 0.22 0 0.50 257.14 0.12 0.44
Hex 6B 63 7F 10 16 0 32 101 C 2C
Octal 153 143 177 20 26 0 62 401 14 54
Binary 1101011 1100011 1111111 10000 10110 0 110010 100000001 1100 101100

Color Harmonies of #6B637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B637F

Black with #6B637F

Text Example


Text Example

White with #6B637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,99,127); }

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

background-color css

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

 a { background-color: rgb(107,99,127); }

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

border-color css

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

 span { border-color: rgb(107,99,127); }

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