#6D638A

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

Shades of Kimberly #6D638A

Tints of Kimberly #6D638A

Color information

#6D638A (or 0x6D638A) is unknown color: approx Kimberly. HEX triplet: 6D, 63 and 8A. RGB value is (109,99,138). Sum of RGB (Red+Green+Blue) = 109+99+138=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D638A is #929C75. Grayscale: #6A6A6A. Windows color (decimal): -9608310 or 9069421. OLE color: 9069421.

HSL color Cylindrical-coordinate representation of color #6D638A: hue angle of 255.38º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D638A is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10999138-
CMYK0.210.2800.46
HSL255.38º16.46%46.47%-
HSV(B)255.38º28.26%54.12%-
XYZ15.3614.0125.94-
YUV106.44145.81129.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=31.50%
G=28.61%
B=39.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109991380.210.2800.46255.3816.4646.47
Hex6D638A151C02Eff102e
Octal15514321225340563772056
Binary1101101110001110001010101011110001011101111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,99,138); }

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

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

 a { background-color: rgb(109,99,138); }

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

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

 span { border-color: rgb(109,99,138); }

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