#69628D

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

Shades of Kimberly #69628D

Tints of Kimberly #69628D

Color information

#69628D (or 0x69628D) is unknown color: approx Kimberly. HEX triplet: 69, 62 and 8D. RGB value is (105,98,141). Sum of RGB (Red+Green+Blue) = 105+98+141=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #69628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69628D is #969D72. Grayscale: #686868. Windows color (decimal): -9870707 or 9265769. OLE color: 9265769.

HSL color Cylindrical-coordinate representation of color #69628D: hue angle of 249.77º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69628D is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10598141-
CMYK0.260.3000.45
HSL249.77º17.99%46.86%-
HSV(B)249.77º30.5%55.29%-
XYZ1513.6627.05-
YUV104.99148.32128-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=30.52%
G=28.49%
B=40.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105981410.260.3000.45249.7717.9946.86
Hex69628D1A1E02Dfa122f
Octal15114221532360553722257
Binary1101001110001010001101110101111001011011111101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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