#6D678B

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

Shades of Kimberly #6D678B

Tints of Kimberly #6D678B

Color information

#6D678B (or 0x6D678B) is unknown color: approx Kimberly. HEX triplet: 6D, 67 and 8B. RGB value is (109,103,139). Sum of RGB (Red+Green+Blue) = 109+103+139=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D678B is #929874. Grayscale: #6C6C6C. Windows color (decimal): -9607285 or 9135981. OLE color: 9135981.

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

Color convert

RGB109103139-
CMYK0.220.2600.45
HSL250º14.88%47.45%-
HSV(B)250º25.9%54.51%-
XYZ15.8214.8226.45-
YUV108.9144.99128.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=31.05%
G=29.34%
B=39.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091031390.220.2600.4525014.8847.45
Hex6D678B161A02Dfaf2f
Octal15514721326320553721757
Binary110110111001111000101110110110100101101111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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