#6D678F

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

Shades of Kimberly #6D678F

Tints of Kimberly #6D678F

Color information

#6D678F (or 0x6D678F) is unknown color: approx Kimberly. HEX triplet: 6D, 67 and 8F. RGB value is (109,103,143). Sum of RGB (Red+Green+Blue) = 109+103+143=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #6D678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D678F is #929870. Grayscale: #6D6D6D. Windows color (decimal): -9607281 or 9398125. OLE color: 9398125.

HSL color Cylindrical-coordinate representation of color #6D678F: hue angle of 249º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D678F is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB109103143-
CMYK0.240.2800.44
HSL249º16.26%48.24%-
HSV(B)249º27.97%56.08%-
XYZ16.1114.9328.02-
YUV109.35146.99127.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.70%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=30.70%
G=29.01%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091031430.240.2800.4424916.2648.24
Hex6D678F181C02Cf91030
Octal15514721730340543712060
Binary1101101110011110001111110001110001011001111100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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