#68608E

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

Shades of Kimberly #68608E

Tints of Kimberly #68608E

Color information

#68608E (or 0x68608E) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 8E. RGB value is (104,96,142). Sum of RGB (Red+Green+Blue) = 104+96+142=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #68608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68608E is #979F71. Grayscale: #676767. Windows color (decimal): -9936754 or 9330792. OLE color: 9330792.

HSL color Cylindrical-coordinate representation of color #68608E: hue angle of 250.43º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68608E is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10496142-
CMYK0.270.3200.44
HSL250.43º19.33%46.67%-
HSV(B)250.43º32.39%55.69%-
XYZ14.7713.2627.37-
YUV103.64149.65128.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=30.41%
G=28.07%
B=41.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104961420.270.3200.44250.4319.3346.67
Hex68608E1B2002Cfa132f
Octal15014021633400543722357
Binary11010001100000100011101101110000001011001111101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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