#69628E

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

Shades of Kimberly #69628E

Tints of Kimberly #69628E

Color information

#69628E (or 0x69628E) is unknown color: approx Kimberly. HEX triplet: 69, 62 and 8E. RGB value is (105,98,142). Sum of RGB (Red+Green+Blue) = 105+98+142=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #69628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69628E is #969D71. Grayscale: #686868. Windows color (decimal): -9870706 or 9331305. OLE color: 9331305.

HSL color Cylindrical-coordinate representation of color #69628E: hue angle of 249.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69628E is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10598142-
CMYK0.260.3100.44
HSL249.55º18.33%47.06%-
HSV(B)249.55º30.99%55.69%-
XYZ15.0813.6927.44-
YUV105.11148.82127.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=30.43%
G=28.41%
B=41.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105981420.260.3100.44249.5518.3347.06
Hex69628E1A1F02Cfa122f
Octal15114221632370543722257
Binary1101001110001010001110110101111101011001111101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69628E; }

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

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

<style>
 a { background-color: #69628E; }

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

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

<style>
 span { border-color: #69628E; }

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

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