#68608B

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

Shades of Kimberly #68608B

Tints of Kimberly #68608B

Color information

#68608B (or 0x68608B) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 8B. RGB value is (104,96,139). Sum of RGB (Red+Green+Blue) = 104+96+139=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #68608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68608B is #979F74. Grayscale: #676767. Windows color (decimal): -9936757 or 9134184. OLE color: 9134184.

HSL color Cylindrical-coordinate representation of color #68608B: hue angle of 251.16º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68608B is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10496139-
CMYK0.250.3100.45
HSL251.16º18.3%46.08%-
HSV(B)251.16º30.94%54.51%-
XYZ14.5513.1726.2-
YUV103.29148.15128.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=30.68%
G=28.32%
B=41.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104961390.250.3100.45251.1618.346.08
Hex68608B191F02Dfb122e
Octal15014021331370553732256
Binary1101000110000010001011110011111101011011111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68608B; }

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

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

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

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

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

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

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

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