#68618D

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

Shades of Kimberly #68618D

Tints of Kimberly #68618D

Color information

#68618D (or 0x68618D) is unknown color: approx Kimberly. HEX triplet: 68, 61 and 8D. RGB value is (104,97,141). Sum of RGB (Red+Green+Blue) = 104+97+141=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #68618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68618D is #979E72. Grayscale: #676767. Windows color (decimal): -9936499 or 9265512. OLE color: 9265512.

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

Color convert

RGB10497141-
CMYK0.260.3100.45
HSL249.55º18.49%46.67%-
HSV(B)249.55º31.21%55.29%-
XYZ14.7913.4227.01-
YUV104.11148.82127.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=30.41%
G=28.36%
B=41.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104971410.260.3100.45249.5518.4946.67
Hex68618D1A1F02Dfa122f
Octal15014121532370553722257
Binary1101000110000110001101110101111101011011111101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68618D; }

 p { color: rgb(104,97,141); }

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

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

 a { background-color: rgb(104,97,141); }

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

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

 span { border-color: rgb(104,97,141); }

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