#6E6089

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

Shades of Kimberly #6E6089

Tints of Kimberly #6E6089

Color information

#6E6089 (or 0x6E6089) is unknown color: approx Kimberly. HEX triplet: 6E, 60 and 89. RGB value is (110,96,137). Sum of RGB (Red+Green+Blue) = 110+96+137=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E6089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6089 is #919F76. Grayscale: #686868. Windows color (decimal): -9543543 or 9003118. OLE color: 9003118.

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

Color convert

RGB11096137-
CMYK0.200.3000.46
HSL260.49º17.6%45.69%-
HSV(B)260.49º29.93%53.73%-
XYZ15.1313.4925.47-
YUV104.86146.14131.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.07%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 137 (53.91% from 255) = 39.94%
R=32.07%
G=27.99%
B=39.94%

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
Decimal110961370.200.3000.46260.4917.645.69
Hex6E6089141E02E104122e
Octal15614021124360564042256
Binary11011101100000100010011010011110010111010000010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,96,137); }

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

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

 a { background-color: rgb(110,96,137); }

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

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

 span { border-color: rgb(110,96,137); }

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