#6C628B

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

Shades of Kimberly #6C628B

Tints of Kimberly #6C628B

Color information

#6C628B (or 0x6C628B) is unknown color: approx Kimberly. HEX triplet: 6C, 62 and 8B. RGB value is (108,98,139). Sum of RGB (Red+Green+Blue) = 108+98+139=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C628B is #939D74. Grayscale: #696969. Windows color (decimal): -9674101 or 9134700. OLE color: 9134700.

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

Color convert

RGB10898139-
CMYK0.220.2900.45
HSL254.63º17.3%46.47%-
HSV(B)254.63º29.5%54.51%-
XYZ15.2113.7926.29-
YUV105.66146.81129.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=31.30%
G=28.41%
B=40.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108981390.220.2900.45254.6317.346.47
Hex6C628B161D02Dff112e
Octal15414221326350553772156
Binary1101100110001010001011101101110101011011111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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