Html Css Color HEX #6B657F Kimberly

📋 copy color: '#6B657F'

red 107 ◦ green 101 ◦ blue 127

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

Shades of Kimberly #6B657F

Tints of Kimberly #6B657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

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

R = 31.94%
G = 30.15%
B = 37.91%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B657F (or 0x6B657F) is known color: Kimberly. HEX triplet: 6B, 65 and 7F. RGB value is (107,101,127). Sum of RGB (Red+Green+Blue) = 107+101+127=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B657F is #949A80. Grayscale: #696969. Windows color (decimal): -9738881 or 8349035. OLE color: 8349035.

HSL color Cylindrical-coordinate representation of color #6B657F: hue angle of 253.85º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B657F is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 101 127 -
CMYK 0.16 0.20 0 0.50
HSL 253.85º 0.11% 0.45% -
HSV(B) 253.85º 0.2% 0.5% -
XYZ 14.55 13.97 22.01 -
YUV 105.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 107 101 127 0.16 0.20 0 0.50 253.85 0.11 0.45
Hex 6B 65 7F 10 14 0 32 FE B 2D
Octal 153 145 177 20 24 0 62 376 13 55
Binary 1101011 1100101 1111111 10000 10100 0 110010 11111110 1011 101101

Color Harmonies of #6B657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B657F

Black with #6B657F

Text Example


Text Example

White with #6B657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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