#6D6292

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

Shades of Kimberly #6D6292

Tints of Kimberly #6D6292

Color information

#6D6292 (or 0x6D6292) is unknown color: approx Kimberly. HEX triplet: 6D, 62 and 92. RGB value is (109,98,146). Sum of RGB (Red+Green+Blue) = 109+98+146=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D6292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6292 is #929D6D. Grayscale: #6A6A6A. Windows color (decimal): -9608558 or 9593453. OLE color: 9593453.

HSL color Cylindrical-coordinate representation of color #6D6292: hue angle of 253.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D6292 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10998146-
CMYK0.250.3300.43
HSL253.75º19.67%47.84%-
HSV(B)253.75º32.88%57.25%-
XYZ15.8614.0629.07-
YUV106.76150.14129.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.88%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=30.88%
G=27.76%
B=41.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109981460.250.3300.43253.7519.6747.84
Hex6D6292192102Bfe1430
Octal15514222231410533762460
Binary11011011100010100100101100110000101010111111111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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