#6D6884

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

Shades of Kimberly #6D6884

Tints of Kimberly #6D6884

Color information

#6D6884 (or 0x6D6884) is unknown color: approx Kimberly. HEX triplet: 6D, 68 and 84. RGB value is (109,104,132). Sum of RGB (Red+Green+Blue) = 109+104+132=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6884 is #92977B. Grayscale: #6C6C6C. Windows color (decimal): -9607036 or 8677485. OLE color: 8677485.

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

Color convert

RGB109104132-
CMYK0.170.2100.48
HSL250.71º11.86%46.27%-
HSV(B)250.71º21.21%51.76%-
XYZ15.4214.8223.88-
YUV108.69141.16128.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.59%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=31.59%
G=30.14%
B=38.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091041320.170.2100.48250.7111.8646.27
Hex6D68841115030fbc2e
Octal15515020421250603731456
Binary110110111010001000010010001101010110000111110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,132); }

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

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

 a { background-color: rgb(109,104,132); }

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

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

 span { border-color: rgb(109,104,132); }

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