#6D6A8B

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

Shades of Kimberly #6D6A8B

Tints of Kimberly #6D6A8B

Color information

#6D6A8B (or 0x6D6A8B) is unknown color: approx Kimberly. HEX triplet: 6D, 6A and 8B. RGB value is (109,106,139). Sum of RGB (Red+Green+Blue) = 109+106+139=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D6A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6A8B is #929574. Grayscale: #6E6E6E. Windows color (decimal): -9606517 or 9136749. OLE color: 9136749.

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

Color convert

RGB109106139-
CMYK0.220.2400.45
HSL245.45º13.47%48.04%-
HSV(B)245.45º23.74%54.51%-
XYZ16.1215.4226.55-
YUV110.66143.99126.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.79%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=30.79%
G=29.94%
B=39.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091061390.220.2400.45245.4513.4748.04
Hex6D6A8B161802Df5d30
Octal15515221326300553651560
Binary110110111010101000101110110110000101101111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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