#6D6291

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

Shades of Kimberly #6D6291

Tints of Kimberly #6D6291

Color information

#6D6291 (or 0x6D6291) is unknown color: approx Kimberly. HEX triplet: 6D, 62 and 91. RGB value is (109,98,145). Sum of RGB (Red+Green+Blue) = 109+98+145=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D6291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6291 is #929D6E. Grayscale: #6A6A6A. Windows color (decimal): -9608559 or 9527917. OLE color: 9527917.

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

Color convert

RGB10998145-
CMYK0.250.3200.43
HSL254.04º19.34%47.65%-
HSV(B)254.04º32.41%56.86%-
XYZ15.7914.0328.66-
YUV106.65149.64129.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.97%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 145 (57.03% from 255) = 41.19%
R=30.97%
G=27.84%
B=41.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109981450.250.3200.43254.0419.3447.65
Hex6D6291192002Bfe1330
Octal15514222131400533762360
Binary11011011100010100100011100110000001010111111111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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