#6C618B

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

Shades of Kimberly #6C618B

Tints of Kimberly #6C618B

Color information

#6C618B (or 0x6C618B) is unknown color: approx Kimberly. HEX triplet: 6C, 61 and 8B. RGB value is (108,97,139). Sum of RGB (Red+Green+Blue) = 108+97+139=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C618B is #939E74. Grayscale: #686868. Windows color (decimal): -9674357 or 9134444. OLE color: 9134444.

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

Color convert

RGB10897139-
CMYK0.220.3000.45
HSL255.71º17.8%46.27%-
HSV(B)255.71º30.22%54.51%-
XYZ15.1213.626.25-
YUV105.08147.14130.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.40%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=31.40%
G=28.20%
B=40.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108971390.220.3000.45255.7117.846.27
Hex6C618B161E02D100122e
Octal15414121326360554002256
Binary11011001100001100010111011011110010110110000000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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