#68658B

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

Shades of Kimberly #68658B

Tints of Kimberly #68658B

Color information

#68658B (or 0x68658B) is unknown color: approx Kimberly. HEX triplet: 68, 65 and 8B. RGB value is (104,101,139). Sum of RGB (Red+Green+Blue) = 104+101+139=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #68658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68658B is #979A74. Grayscale: #6A6A6A. Windows color (decimal): -9935477 or 9135464. OLE color: 9135464.

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

Color convert

RGB104101139-
CMYK0.250.2700.45
HSL244.74º15.83%47.06%-
HSV(B)244.74º27.34%54.51%-
XYZ15.0214.1126.36-
YUV106.23146.49126.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=30.23%
G=29.36%
B=40.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041011390.250.2700.45244.7415.8347.06
Hex68658B191B02Df5102f
Octal15014521331330553652057
Binary1101000110010110001011110011101101011011111010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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