#6D6090

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

Shades of Kimberly #6D6090

Tints of Kimberly #6D6090

Color information

#6D6090 (or 0x6D6090) is unknown color: approx Kimberly. HEX triplet: 6D, 60 and 90. RGB value is (109,96,144). Sum of RGB (Red+Green+Blue) = 109+96+144=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D6090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6090 is #929F6F. Grayscale: #696969. Windows color (decimal): -9609072 or 9461869. OLE color: 9461869.

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

Color convert

RGB10996144-
CMYK0.240.3300.44
HSL256.25º20%47.06%-
HSV(B)256.25º33.33%56.47%-
XYZ15.5213.6328.2-
YUV105.36149.81130.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.23%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=31.23%
G=27.51%
B=41.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109961440.240.3300.44256.252047.06
Hex6D6090182102C100142f
Octal15514022030410544002457
Binary110110111000001001000011000100001010110010000000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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