#6D6091

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

Shades of Kimberly #6D6091

Tints of Kimberly #6D6091

Color information

#6D6091 (or 0x6D6091) is unknown color: approx Kimberly. HEX triplet: 6D, 60 and 91. RGB value is (109,96,145). Sum of RGB (Red+Green+Blue) = 109+96+145=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D6091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6091 is #929F6E. Grayscale: #696969. Windows color (decimal): -9609071 or 9527405. OLE color: 9527405.

HSL color Cylindrical-coordinate representation of color #6D6091: hue angle of 255.92º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D6091 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10996145-
CMYK0.250.3400.43
HSL255.92º20.33%47.25%-
HSV(B)255.92º33.79%56.86%-
XYZ15.613.6628.6-
YUV105.47150.31130.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.14%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=31.14%
G=27.43%
B=41.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109961450.250.3400.43255.9220.3347.25
Hex6D6091192202B100142f
Octal15514022131420534002457
Binary110110111000001001000111001100010010101110000000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,96,145); }

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

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

 a { background-color: rgb(109,96,145); }

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

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

 span { border-color: rgb(109,96,145); }

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