#6B597F

Color #6B597F Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #6B597F

Tints of Kimberly #6B597F

Color information

#6B597F (or 0x6B597F) is unknown color: approx Kimberly. HEX triplet: 6B, 59 and 7F. RGB value is (107,89,127). Sum of RGB (Red+Green+Blue) = 107+89+127=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B597F is #94A680. Grayscale: #626262. Windows color (decimal): -9741953 or 8345963. OLE color: 8345963.

HSL color Cylindrical-coordinate representation of color #6B597F: hue angle of 268.42º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B597F is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10789127-
CMYK0.160.3000.50
HSL268.42º17.59%42.35%-
HSV(B)268.42º29.92%49.8%-
XYZ13.4711.821.65-
YUV98.71143.96133.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 127 (50% from 255) = 39.32%
R=33.13%
G=27.55%
B=39.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal107891270.160.3000.50268.4217.5942.35
Hex6B597F101E03210c122a
Octal15313117720360624142252
Binary1101011101100111111111000011110011001010000110010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B597F;
 }
 .AnyTagClassName
 {
   color: #6B597F;
 }
</style>
background-color css

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

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

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

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

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

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