#6E618A

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

Shades of Kimberly #6E618A

Tints of Kimberly #6E618A

Color information

#6E618A (or 0x6E618A) is unknown color: approx Kimberly. HEX triplet: 6E, 61 and 8A. RGB value is (110,97,138). Sum of RGB (Red+Green+Blue) = 110+97+138=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E618A is #919E75. Grayscale: #696969. Windows color (decimal): -9543286 or 9068910. OLE color: 9068910.

HSL color Cylindrical-coordinate representation of color #6E618A: hue angle of 259.02º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E618A is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11097138-
CMYK0.200.3000.46
HSL259.02º17.45%46.08%-
HSV(B)259.02º29.71%54.12%-
XYZ15.2913.725.88-
YUV105.56146.31131.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 138 (54.30% from 255) = 40%
R=31.88%
G=28.12%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110971380.200.3000.46259.0217.4546.08
Hex6E618A141E02E103112e
Octal15614121224360564032156
Binary11011101100001100010101010011110010111010000001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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