#6E6190

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

Shades of Kimberly #6E6190

Tints of Kimberly #6E6190

Color information

#6E6190 (or 0x6E6190) is unknown color: approx Kimberly. HEX triplet: 6E, 61 and 90. RGB value is (110,97,144). Sum of RGB (Red+Green+Blue) = 110+97+144=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E6190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6190 is #919E6F. Grayscale: #6A6A6A. Windows color (decimal): -9543280 or 9462126. OLE color: 9462126.

HSL color Cylindrical-coordinate representation of color #6E6190: hue angle of 256.6º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E6190 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11097144-
CMYK0.240.3300.44
HSL256.6º19.5%47.25%-
HSV(B)256.6º32.64%56.47%-
XYZ15.7413.8828.23-
YUV106.24149.31130.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.34%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=31.34%
G=27.64%
B=41.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110971440.240.3300.44256.619.547.25
Hex6E6190182102C101142f
Octal15614122030410544012457
Binary110111011000011001000011000100001010110010000000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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