#69627B

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

Shades of Kimberly #69627B

Tints of Kimberly #69627B

Color information

#69627B (or 0x69627B) is unknown color: approx Kimberly. HEX triplet: 69, 62 and 7B. RGB value is (105,98,123). Sum of RGB (Red+Green+Blue) = 105+98+123=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #69627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69627B is #969D84. Grayscale: #666666. Windows color (decimal): -9870725 or 8086121. OLE color: 8086121.

HSL color Cylindrical-coordinate representation of color #69627B: hue angle of 256.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69627B is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10598123-
CMYK0.150.2000.52
HSL256.8º11.31%43.33%-
HSV(B)256.8º20.33%48.24%-
XYZ13.7713.1720.56-
YUV102.94139.32129.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=32.21%
G=30.06%
B=37.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105981230.150.2000.52256.811.3143.33
Hex69627BF14034101b2b
Octal15114217317240644011353
Binary11010011100010111101111111010001101001000000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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