#69627C

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

Shades of Kimberly #69627C

Tints of Kimberly #69627C

Color information

#69627C (or 0x69627C) is unknown color: approx Kimberly. HEX triplet: 69, 62 and 7C. RGB value is (105,98,124). Sum of RGB (Red+Green+Blue) = 105+98+124=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #69627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69627C is #969D83. Grayscale: #666666. Windows color (decimal): -9870724 or 8151657. OLE color: 8151657.

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

Color convert

RGB10598124-
CMYK0.150.2100.51
HSL256.15º11.71%43.53%-
HSV(B)256.15º20.97%48.63%-
XYZ13.8313.1920.89-
YUV103.06139.82129.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=32.11%
G=29.97%
B=37.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105981240.150.2100.51256.1511.7143.53
Hex69627CF15033100c2c
Octal15114217417250634001454
Binary11010011100010111110011111010101100111000000001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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