#68658A

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

Shades of Kimberly #68658A

Tints of Kimberly #68658A

Color information

#68658A (or 0x68658A) is unknown color: approx Kimberly. HEX triplet: 68, 65 and 8A. RGB value is (104,101,138). Sum of RGB (Red+Green+Blue) = 104+101+138=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #68658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68658A is #979A75. Grayscale: #696969. Windows color (decimal): -9935478 or 9069928. OLE color: 9069928.

HSL color Cylindrical-coordinate representation of color #68658A: hue angle of 244.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68658A is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104101138-
CMYK0.250.2700.46
HSL244.86º15.48%46.86%-
HSV(B)244.86º26.81%54.12%-
XYZ14.9514.0925.98-
YUV106.12145.99126.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=30.32%
G=29.45%
B=40.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041011380.250.2700.46244.8615.4846.86
Hex68658A191B02Ef5f2f
Octal15014521231330563651757
Binary110100011001011000101011001110110101110111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68658A; }

 p { color: rgb(104,101,138); }

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

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

 a { background-color: rgb(104,101,138); }

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

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

 span { border-color: rgb(104,101,138); }

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