#6E6092

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

Shades of Kimberly #6E6092

Tints of Kimberly #6E6092

Color information

#6E6092 (or 0x6E6092) is unknown color: approx Kimberly. HEX triplet: 6E, 60 and 92. RGB value is (110,96,146). Sum of RGB (Red+Green+Blue) = 110+96+146=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E6092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6092 is #919F6D. Grayscale: #696969. Windows color (decimal): -9543534 or 9592942. OLE color: 9592942.

HSL color Cylindrical-coordinate representation of color #6E6092: hue angle of 256.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E6092 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11096146-
CMYK0.250.3400.43
HSL256.8º20.66%47.45%-
HSV(B)256.8º34.25%57.25%-
XYZ15.813.7629.02-
YUV105.89150.64130.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.25%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=31.25%
G=27.27%
B=41.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110961460.250.3400.43256.820.6647.45
Hex6E6092192202B101152f
Octal15614022231420534012557
Binary110111011000001001001011001100010010101110000000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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