#68617E

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

Shades of Kimberly #68617E

Tints of Kimberly #68617E

Color information

#68617E (or 0x68617E) is unknown color: approx Kimberly. HEX triplet: 68, 61 and 7E. RGB value is (104,97,126). Sum of RGB (Red+Green+Blue) = 104+97+126=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #68617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68617E is #979E81. Grayscale: #666666. Windows color (decimal): -9936514 or 8282472. OLE color: 8282472.

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

Color convert

RGB10497126-
CMYK0.170.2300.51
HSL254.48º13%43.73%-
HSV(B)254.48º23.02%49.41%-
XYZ13.751321.52-
YUV102.4141.32129.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=31.80%
G=29.66%
B=38.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104971260.170.2300.51254.481343.73
Hex68617E1117033fed2c
Octal15014117621270633761554
Binary11010001100001111111010001101110110011111111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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