#6D618B

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

Shades of Kimberly #6D618B

Tints of Kimberly #6D618B

Color information

#6D618B (or 0x6D618B) is unknown color: approx Kimberly. HEX triplet: 6D, 61 and 8B. RGB value is (109,97,139). Sum of RGB (Red+Green+Blue) = 109+97+139=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 97 (38.28% from 255 or 28.12% 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 #6D618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D618B is #929E74. Grayscale: #696969. Windows color (decimal): -9608821 or 9134445. OLE color: 9134445.

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

Color convert

RGB10997139-
CMYK0.220.3000.45
HSL257.14º17.8%46.27%-
HSV(B)257.14º30.22%54.51%-
XYZ15.2413.6626.26-
YUV105.38146.98130.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.59%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=31.59%
G=28.12%
B=40.29%

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
Decimal109971390.220.3000.45257.1417.846.27
Hex6D618B161E02D101122e
Octal15514121326360554012256
Binary11011011100001100010111011011110010110110000000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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