#6D6784

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

Shades of Kimberly #6D6784

Tints of Kimberly #6D6784

Color information

#6D6784 (or 0x6D6784) is unknown color: approx Kimberly. HEX triplet: 6D, 67 and 84. RGB value is (109,103,132). Sum of RGB (Red+Green+Blue) = 109+103+132=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D6784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6784 is #92987B. Grayscale: #6B6B6B. Windows color (decimal): -9607292 or 8677229. OLE color: 8677229.

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

Color convert

RGB109103132-
CMYK0.170.2200.48
HSL252.41º12.34%46.08%-
HSV(B)252.41º21.97%51.76%-
XYZ15.3214.6223.84-
YUV108.1141.49128.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=31.69%
G=29.94%
B=38.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091031320.170.2200.48252.4112.3446.08
Hex6D67841116030fcc2e
Octal15514720421260603741456
Binary110110111001111000010010001101100110000111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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