#6E698B

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

Shades of Kimberly #6E698B

Tints of Kimberly #6E698B

Color information

#6E698B (or 0x6E698B) is unknown color: approx Kimberly. HEX triplet: 6E, 69 and 8B. RGB value is (110,105,139). Sum of RGB (Red+Green+Blue) = 110+105+139=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E698B is #919674. Grayscale: #6E6E6E. Windows color (decimal): -9541237 or 9136494. OLE color: 9136494.

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

Color convert

RGB110105139-
CMYK0.210.2400.45
HSL248.82º13.93%47.84%-
HSV(B)248.82º24.46%54.51%-
XYZ16.1415.2826.53-
YUV110.37144.16127.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=31.07%
G=29.66%
B=39.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1101051390.210.2400.45248.8213.9347.84
Hex6E698B151802Df9e30
Octal15615121325300553711660
Binary110111011010011000101110101110000101101111110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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