#6A628D

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

Shades of Kimberly #6A628D

Tints of Kimberly #6A628D

Color information

#6A628D (or 0x6A628D) is unknown color: approx Kimberly. HEX triplet: 6A, 62 and 8D. RGB value is (106,98,141). Sum of RGB (Red+Green+Blue) = 106+98+141=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A628D is #959D72. Grayscale: #696969. Windows color (decimal): -9805171 or 9265770. OLE color: 9265770.

HSL color Cylindrical-coordinate representation of color #6A628D: hue angle of 251.16º 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 #6A628D is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10698141-
CMYK0.250.3000.45
HSL251.16º17.99%46.86%-
HSV(B)251.16º30.5%55.29%-
XYZ15.1213.7227.05-
YUV105.29148.15128.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=30.72%
G=28.41%
B=40.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106981410.250.3000.45251.1617.9946.86
Hex6A628D191E02Dfb122f
Octal15214221531360553732257
Binary1101010110001010001101110011111001011011111101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A628D; }

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

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

<style>
 a { background-color: #6A628D; }

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

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

<style>
 span { border-color: #6A628D; }

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

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