#6D6485

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

Shades of Kimberly #6D6485

Tints of Kimberly #6D6485

Color information

#6D6485 (or 0x6D6485) is unknown color: approx Kimberly. HEX triplet: 6D, 64 and 85. RGB value is (109,100,133). Sum of RGB (Red+Green+Blue) = 109+100+133=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6485 is #929B7A. Grayscale: #6A6A6A. Windows color (decimal): -9608059 or 8741997. OLE color: 8741997.

HSL color Cylindrical-coordinate representation of color #6D6485: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D6485 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB109100133-
CMYK0.180.2500.48
HSL256.36º14.16%45.69%-
HSV(B)256.36º24.81%52.16%-
XYZ15.114.0624.11-
YUV106.45142.98129.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.87%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=31.87%
G=29.24%
B=38.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091001330.180.2500.48256.3614.1645.69
Hex6D64851219030100e2e
Octal15514420522310604001656
Binary1101101110010010000101100101100101100001000000001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,100,133); }

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

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

 a { background-color: rgb(109,100,133); }

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

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

 span { border-color: rgb(109,100,133); }

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