#68627E

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

Shades of Kimberly #68627E

Tints of Kimberly #68627E

Color information

#68627E (or 0x68627E) is unknown color: approx Kimberly. HEX triplet: 68, 62 and 7E. RGB value is (104,98,126). Sum of RGB (Red+Green+Blue) = 104+98+126=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 126 - color contains mainly: blue. Hex color #68627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68627E is #979D81. Grayscale: #666666. Windows color (decimal): -9936258 or 8282728. OLE color: 8282728.

HSL color Cylindrical-coordinate representation of color #68627E: hue angle of 252.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68627E is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10498126-
CMYK0.170.2200.51
HSL252.86º12.5%43.92%-
HSV(B)252.86º22.22%49.41%-
XYZ13.8413.1821.55-
YUV102.99140.99128.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=31.71%
G=29.88%
B=38.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104981260.170.2200.51252.8612.543.92
Hex68627E1116033fdc2c
Octal15014217621260633751454
Binary11010001100010111111010001101100110011111111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68627E; }

 p { color: rgb(104,98,126); }

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

<style>
 a { background-color: #68627E; }

 a { background-color: rgb(104,98,126); }

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

<style>
 span { border-color: #68627E; }

 span { border-color: rgb(104,98,126); }

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