#69597F

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

Shades of Kimberly #69597F

Tints of Kimberly #69597F

Color information

#69597F (or 0x69597F) is unknown color: approx Kimberly. HEX triplet: 69, 59 and 7F. RGB value is (105,89,127). Sum of RGB (Red+Green+Blue) = 105+89+127=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #69597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69597F is #96A680. Grayscale: #616161. Windows color (decimal): -9873025 or 8345961. OLE color: 8345961.

HSL color Cylindrical-coordinate representation of color #69597F: hue angle of 265.26º 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 #69597F is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10589127-
CMYK0.170.3000.50
HSL265.26º17.59%42.35%-
HSV(B)265.26º29.92%49.8%-
XYZ13.2311.6821.64-
YUV98.12144.3132.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 127 (50% from 255) = 39.56%
R=32.71%
G=27.73%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105891270.170.3000.50265.2617.5942.35
Hex69597F111E032109122a
Octal15113117721360624112252
Binary1101001101100111111111000111110011001010000100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69597F; }

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

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

<style>
 a { background-color: #69597F; }

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

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

<style>
 span { border-color: #69597F; }

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

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