#69627D

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

Shades of Kimberly #69627D

Tints of Kimberly #69627D

Color information

#69627D (or 0x69627D) is unknown color: approx Kimberly. HEX triplet: 69, 62 and 7D. RGB value is (105,98,125). Sum of RGB (Red+Green+Blue) = 105+98+125=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #69627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69627D is #969D82. Grayscale: #676767. Windows color (decimal): -9870723 or 8217193. OLE color: 8217193.

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

Color convert

RGB10598125-
CMYK0.160.2200.51
HSL255.56º12.11%43.73%-
HSV(B)255.56º21.6%49.02%-
XYZ13.913.2221.22-
YUV103.17140.32129.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=32.01%
G=29.88%
B=38.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105981250.160.2200.51255.5612.1143.73
Hex69627D1016033100c2c
Octal15114217520260634001454
Binary110100111000101111101100001011001100111000000001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69627D; }

 p { color: rgb(105,98,125); }

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

<style>
 a { background-color: #69627D; }

 a { background-color: rgb(105,98,125); }

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

<style>
 span { border-color: #69627D; }

 span { border-color: rgb(105,98,125); }

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