#6E638A

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

Shades of Kimberly #6E638A

Tints of Kimberly #6E638A

Color information

#6E638A (or 0x6E638A) is unknown color: approx Kimberly. HEX triplet: 6E, 63 and 8A. RGB value is (110,99,138). Sum of RGB (Red+Green+Blue) = 110+99+138=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E638A is #919C75. Grayscale: #6A6A6A. Windows color (decimal): -9542774 or 9069422. OLE color: 9069422.

HSL color Cylindrical-coordinate representation of color #6E638A: hue angle of 256.92º 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 #6E638A is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11099138-
CMYK0.200.2800.46
HSL256.92º16.46%46.47%-
HSV(B)256.92º28.26%54.12%-
XYZ15.4814.0725.95-
YUV106.74145.64130.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.70%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=31.70%
G=28.53%
B=39.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110991380.200.2800.46256.9216.4646.47
Hex6E638A141C02E101102e
Octal15614321224340564012056
Binary11011101100011100010101010011100010111010000000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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