#686088

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

Shades of Kimberly #686088

Tints of Kimberly #686088

Color information

#686088 (or 0x686088) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 88. RGB value is (104,96,136). Sum of RGB (Red+Green+Blue) = 104+96+136=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #686088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686088 is #979F77. Grayscale: #666666. Windows color (decimal): -9936760 or 8937576. OLE color: 8937576.

HSL color Cylindrical-coordinate representation of color #686088: hue angle of 252º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #686088 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10496136-
CMYK0.240.2900.47
HSL252º17.24%45.49%-
HSV(B)252º29.41%53.33%-
XYZ14.3413.0925.06-
YUV102.95146.65128.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=30.95%
G=28.57%
B=40.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104961360.240.2900.4725217.2445.49
Hex686088181D02Ffc112d
Octal15014021030350573742155
Binary1101000110000010001000110001110101011111111110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686088; }

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

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

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

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

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

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

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

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