#68648B

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

Shades of Kimberly #68648B

Tints of Kimberly #68648B

Color information

#68648B (or 0x68648B) is unknown color: approx Kimberly. HEX triplet: 68, 64 and 8B. RGB value is (104,100,139). Sum of RGB (Red+Green+Blue) = 104+100+139=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #68648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68648B is #979B74. Grayscale: #696969. Windows color (decimal): -9935733 or 9135208. OLE color: 9135208.

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

Color convert

RGB104100139-
CMYK0.250.2800.45
HSL246.15º16.32%46.86%-
HSV(B)246.15º28.06%54.51%-
XYZ14.9313.9226.33-
YUV105.64146.83126.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=30.32%
G=29.15%
B=40.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041001390.250.2800.45246.1516.3246.86
Hex68648B191C02Df6102f
Octal15014421331340553662057
Binary1101000110010010001011110011110001011011111011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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