#6C628A

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

Shades of Kimberly #6C628A

Tints of Kimberly #6C628A

Color information

#6C628A (or 0x6C628A) is unknown color: approx Kimberly. HEX triplet: 6C, 62 and 8A. RGB value is (108,98,138). Sum of RGB (Red+Green+Blue) = 108+98+138=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C628A is #939D75. Grayscale: #696969. Windows color (decimal): -9674102 or 9069164. OLE color: 9069164.

HSL color Cylindrical-coordinate representation of color #6C628A: hue angle of 255º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C628A is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10898138-
CMYK0.220.2900.46
HSL255º16.95%46.27%-
HSV(B)255º28.99%54.12%-
XYZ15.1413.7625.9-
YUV105.55146.31129.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.40%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=31.40%
G=28.49%
B=40.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108981380.220.2900.4625516.9546.27
Hex6C628A161D02Eff112e
Octal15414221226350563772156
Binary1101100110001010001010101101110101011101111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,98,138); }

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

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

 a { background-color: rgb(108,98,138); }

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

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

 span { border-color: rgb(108,98,138); }

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