#6E698A

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

Shades of Kimberly #6E698A

Tints of Kimberly #6E698A

Color information

#6E698A (or 0x6E698A) is unknown color: approx Kimberly. HEX triplet: 6E, 69 and 8A. RGB value is (110,105,138). Sum of RGB (Red+Green+Blue) = 110+105+138=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E698A is #919675. Grayscale: #6E6E6E. Windows color (decimal): -9541238 or 9070958. OLE color: 9070958.

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

Color convert

RGB110105138-
CMYK0.200.2400.46
HSL249.09º13.58%47.65%-
HSV(B)249.09º23.91%54.12%-
XYZ16.0715.2526.14-
YUV110.26143.66127.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.16%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=31.16%
G=29.75%
B=39.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1101051380.200.2400.46249.0913.5847.65
Hex6E698A141802Ef9e30
Octal15615121224300563711660
Binary110111011010011000101010100110000101110111110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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