#68607C

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

Shades of Kimberly #68607C

Tints of Kimberly #68607C

Color information

#68607C (or 0x68607C) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 7C. RGB value is (104,96,124). Sum of RGB (Red+Green+Blue) = 104+96+124=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #68607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68607C is #979F83. Grayscale: #656565. Windows color (decimal): -9936772 or 8151144. OLE color: 8151144.

HSL color Cylindrical-coordinate representation of color #68607C: hue angle of 257.14º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68607C is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10496124-
CMYK0.160.2300.51
HSL257.14º12.73%43.14%-
HSV(B)257.14º22.58%48.63%-
XYZ13.5312.7620.82-
YUV101.58140.65129.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=32.10%
G=29.63%
B=38.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104961240.160.2300.51257.1412.7343.14
Hex68607C1017033101d2b
Octal15014017420270634011553
Binary110100011000001111100100001011101100111000000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68607C; }

 p { color: rgb(104,96,124); }

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

<style>
 a { background-color: #68607C; }

 a { background-color: rgb(104,96,124); }

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

<style>
 span { border-color: #68607C; }

 span { border-color: rgb(104,96,124); }

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