#6D6289

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

Shades of Kimberly #6D6289

Tints of Kimberly #6D6289

Color information

#6D6289 (or 0x6D6289) is unknown color: approx Kimberly. HEX triplet: 6D, 62 and 89. RGB value is (109,98,137). Sum of RGB (Red+Green+Blue) = 109+98+137=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6289 is #929D76. Grayscale: #696969. Windows color (decimal): -9608567 or 9003629. OLE color: 9003629.

HSL color Cylindrical-coordinate representation of color #6D6289: hue angle of 256.92º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D6289 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10998137-
CMYK0.200.2800.46
HSL256.92º16.6%46.08%-
HSV(B)256.92º28.47%53.73%-
XYZ15.1913.7925.53-
YUV105.73145.64130.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=31.69%
G=28.49%
B=39.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109981370.200.2800.46256.9216.646.08
Hex6D6289141C02E101112e
Octal15514221124340564012156
Binary11011011100010100010011010011100010111010000000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,98,137); }

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

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

 a { background-color: rgb(109,98,137); }

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

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

 span { border-color: rgb(109,98,137); }

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