#686078

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

Shades of Kimberly #686078

Tints of Kimberly #686078

Color information

#686078 (or 0x686078) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 78. RGB value is (104,96,120). Sum of RGB (Red+Green+Blue) = 104+96+120=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #686078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686078 is #979F87. Grayscale: #656565. Windows color (decimal): -9936776 or 7889000. OLE color: 7889000.

HSL color Cylindrical-coordinate representation of color #686078: hue angle of 260º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #686078 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10496120-
CMYK0.130.200.53
HSL260º11.11%42.35%-
HSV(B)260º20%47.06%-
XYZ13.2812.6619.51-
YUV101.13138.65130.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 120 (47.27% from 255) = 37.5%
R=32.5%
G=30%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104961200.130.200.5326011.1142.35
Hex686078D14035104b2a
Octal15014017015240654041352
Binary11010001100000111100011011010001101011000001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686078; }

 p { color: rgb(104,96,120); }

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

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

 a { background-color: rgb(104,96,120); }

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

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

 span { border-color: rgb(104,96,120); }

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