#68638D

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

Shades of Kimberly #68638D

Tints of Kimberly #68638D

Color information

#68638D (or 0x68638D) is unknown color: approx Kimberly. HEX triplet: 68, 63 and 8D. RGB value is (104,99,141). Sum of RGB (Red+Green+Blue) = 104+99+141=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #68638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68638D is #979C72. Grayscale: #696969. Windows color (decimal): -9935987 or 9266024. OLE color: 9266024.

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

Color convert

RGB10499141-
CMYK0.260.3000.45
HSL247.14º17.5%47.06%-
HSV(B)247.14º29.79%55.29%-
XYZ14.9813.7927.07-
YUV105.28148.16127.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=30.23%
G=28.78%
B=40.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104991410.260.3000.45247.1417.547.06
Hex68638D1A1E02Df7122f
Octal15014321532360553672257
Binary1101000110001110001101110101111001011011111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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